Home
last modified time | relevance | path

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

/external/pytorch/test/distributed/
Dtest_dynamo_distributed.py998 dist.distributed_c10d._add_ephemeral_timeout_for_all_pgs(
Dtest_c10d_nccl.py668 dist.distributed_c10d._add_ephemeral_timeout_for_all_pgs(
676 dist.distributed_c10d._add_ephemeral_timeout_for_all_pgs(
/external/pytorch/torch/distributed/
Ddistributed_c10d.py1289 def _add_ephemeral_timeout_for_all_pgs(timeout: timedelta) -> None: function