torch.Tensor.numpy¶
-
Tensor.
numpy
() → numpy.ndarray¶ Returns
self
tensor as a NumPyndarray
. This tensor and the returnedndarray
share the same underlying storage. Changes toself
tensor will be reflected in thendarray
and vice versa.
Tensor.
numpy
() → numpy.ndarray¶Returns self
tensor as a NumPy ndarray
. This tensor and the
returned ndarray
share the same underlying storage. Changes to
self
tensor will be reflected in the ndarray
and vice versa.