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()
...