0 votes
in Python by

Which of the following is used to convert NumPy array to Tensor?

(i).to_numpy()

(ii).from_numpy()

(iii).numpy()

(iv).get_numpy()

1 Answer

0 votes
by
(iii).numpy()

Related questions

0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
0 votes
asked Feb 11, 2020 in Python by rahuljain1
...