Home
last modified time | relevance | path

Searched defs:_all_gather_base (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/distributed/nn/
Dfunctional.py122 def _all_gather_base(output_tensor, input_tensor, group=group.WORLD): function
/external/pytorch/torch/distributed/
Ddistributed_c10d.py3449 def _all_gather_base(output_tensor, input_tensor, group=None, async_op=False): function