Home
last modified time | relevance | path

Searched defs:MetadataIndex (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/
H A Dutils.py283 def _find_shard(tensor: ShardedTensor, index: MetadataIndex) -> Shard:
304 def find_tensor_shard(tensor: torch.Tensor, index: MetadataIndex) -> torch.Tensor:
320 def find_state_dict_object(state_dict: STATE_DICT_TYPE, index: MetadataIndex) -> Any:
H A Ddefault_planner.py140 def lookup_object(self, index: MetadataIndex) -> Any:
262 def lookup_tensor(self, index: MetadataIndex) -> torch.Tensor:
H A Doptimizer.py210 def lookup_tensor(self, index: MetadataIndex) -> torch.Tensor:
H A Dmetadata.py151 class MetadataIndex: class
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A D_shards_wrapper.py278 def __get_tensor_shard__(self, index: MetadataIndex) -> torch.Tensor: