Home
last modified time | relevance | path

Searched defs:ShardedTensor (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/
H A Dplanner_helpers.py55 sharded_tensor: ShardedTensor, shard_md: ShardMetadata
95 fqn: str, sharded_tensor: ShardedTensor, shard_md: ShardMetadata
H A Dutils.py283 def _find_shard(tensor: ShardedTensor, index: MetadataIndex) -> Shard:
/aosp_15_r20/external/pytorch/torch/distributed/_shard/sharded_tensor/
H A Dapi.py191 class ShardedTensor(ShardedTensorBase): class
1137 def dispatch(st: ShardedTensor, func: Callable):
/aosp_15_r20/external/pytorch/torch/distributed/_shard/sharded_optim/
H A Dapi.py12 named_params: Mapping[str, Union[Tensor, ShardedTensor]], argument
/aosp_15_r20/external/pytorch/test/distributed/checkpoint/
H A Dtest_file_system_checkpoint.py218 def load_tensor(self, tensor: ShardedTensor) -> torch.Tensor:
H A Dtest_file_system_checkpoint_cpu.py195 def load_tensor(self, tensor: ShardedTensor) -> torch.Tensor:
/aosp_15_r20/external/pytorch/torch/distributed/optim/
H A Dnamed_optimizer.py75 named_parameters: Mapping[str, Union[torch.Tensor, ShardedTensor]], argument
/aosp_15_r20/external/pytorch/torch/distributed/
H A D_state_dict_utils.py44 sharded_tensor: "ShardedTensor",
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_gloo.py1776 def __init__(self, shard_tensor: ShardedTensor) -> None: