Home
last modified time | relevance | path

Searched defs:TypedStorage (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/
H A Dbackend_registration.py274 def wrap_typed_storage_backend(self: torch.storage.TypedStorage) -> bool:
281 def wrap_typed_storage_to(self: torch.storage.TypedStorage,
/aosp_15_r20/external/pytorch/torch/
H A Dserialization.py403 def location_tag(storage: Union[Storage, torch.storage.TypedStorage, torch.UntypedStorage]):
H A Dstorage.py652 class TypedStorage: class
/aosp_15_r20/external/pytorch/torch/_prims_common/
H A D__init__.py1778 a: torch.TypedStorage, shape: ShapeType, strides: StrideType, storage_offset: int