torch.Tensor.storage#
- Tensor.storage() torch.TypedStorage [source]#
返回底层的
TypedStorage
。警告
TypedStorage
已弃用。它将在未来被移除,届时UntypedStorage
将是唯一的存储类。要直接访问UntypedStorage
,请使用Tensor.untyped_storage()
。
返回底层的TypedStorage
。
警告
TypedStorage
已弃用。它将在未来被移除,届时UntypedStorage
将是唯一的存储类。要直接访问UntypedStorage
,请使用Tensor.untyped_storage()
。