0 votes
in Python by
While operating on Tensors a function name followed by underscore means ___________.

(i)print the Tensors

(ii)To create a new copy of Tensor

(iii)Tensors are manipulated in place

(iv)Operations are not in place

1 Answer

0 votes
by
(iii)Tensors are manipulated in place

Related questions

0 votes
asked Jun 24, 2020 in Python by Robindeniel
0 votes
asked Jun 28, 2020 in Python by Robindeniel
...