torch.Tensor.storage¶
- Tensor.storage() torch.TypedStorage[source]¶
 Returns the underlying
TypedStorage.Warning
TypedStorageis deprecated. It will be removed in the future, andUntypedStoragewill be the only storage class. To access theUntypedStoragedirectly, useTensor.untyped_storage().