torch.Tensor.storage#
- Tensor.storage() torch.TypedStorage[source]#
- Returns the underlying - TypedStorage.- Warning - TypedStorageis deprecated. It will be removed in the future, and- UntypedStoragewill be the only storage class. To access the- UntypedStoragedirectly, use- Tensor.untyped_storage().