Home
last modified time | relevance | path

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

/external/pytorch/torch/distributed/checkpoint/
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:
Doptimizer.py210 def lookup_tensor(self, index: MetadataIndex) -> torch.Tensor:
Ddefault_planner.py140 def lookup_object(self, index: MetadataIndex) -> Any:
262 def lookup_tensor(self, index: MetadataIndex) -> torch.Tensor:
Dmetadata.py151 class MetadataIndex: class
/external/pytorch/torch/distributed/tensor/
D_shards_wrapper.py278 def __get_tensor_shard__(self, index: MetadataIndex) -> torch.Tensor: