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