Home
last modified time | relevance | path

Searched refs:_all_gather_sharded_tensor (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/test/distributed/checkpoint/
Dtest_fsdp_tp_checkpoint_conversion.py5 from torch.distributed._state_dict_utils import _all_gather_sharded_tensor
76 fsdp_redistributed = _all_gather_sharded_tensor(fsdp_v)
97 fsdp_redistributed = _all_gather_sharded_tensor(fsdp_v)
/external/pytorch/torch/distributed/
D_state_dict_utils.py43 def _all_gather_sharded_tensor( function
248 output_tensor = _all_gather_sharded_tensor(value, pg, device)
/external/pytorch/test/distributed/fsdp/
Dtest_fsdp_state_dict.py20 _all_gather_sharded_tensor,
1282 full_flat_param = _all_gather_sharded_tensor(value)