Home
last modified time | relevance | path

Searched defs:all_gather_into_tensor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/_tools/
H A Dfsdp2_mem_tracker.py472 def all_gather_into_tensor( function
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DFunctional.cpp187 at::Tensor all_gather_into_tensor( in all_gather_into_tensor() function
/aosp_15_r20/external/pytorch/torch/distributed/
H A Ddistributed_c10d.py3350 def all_gather_into_tensor(output_tensor, input_tensor, group=None, async_op=False): function