torch.Tensor.numpy¶
- 
Tensor.numpy() → numpy.ndarray¶ Returns
selftensor as a NumPyndarray. This tensor and the returnedndarrayshare the same underlying storage. Changes toselftensor will be reflected in thendarrayand 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.