Home
last modified time | relevance | path

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

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