torch.Tensor.storage¶
- Tensor.storage() torch.TypedStorage[源][源]¶
返回底層的
TypedStorage。警告
TypedStorage已棄用。它將在未來移除,屆時UntypedStorage將是唯一的儲存類。要直接訪問UntypedStorage,請使用Tensor.untyped_storage()。
返回底層的 TypedStorage。
警告
TypedStorage 已棄用。它將在未來移除,屆時 UntypedStorage 將是唯一的儲存類。要直接訪問 UntypedStorage,請使用 Tensor.untyped_storage()。