Home
last modified time | relevance | path

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

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