Home
last modified time | relevance | path

Searched defs:output_tensor_list (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Dmulti_threaded_pg.py330 def alltoall(self, output_tensor_list, input_tensor_list, opts=AllToAllOptions()): argument
399 …def allgather_into_tensor_coalesced(self, output_tensor_list, input_tensor_list, opts=AllgatherOpt… argument
/aosp_15_r20/external/pytorch/torch/distributed/nn/
H A Dfunctional.py158 def all_to_all(output_tensor_list, input_tensor_list, group=group.WORLD): argument
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_common.py1601 def reduce_scatter(self, output_tensor_list, input_tensor_lists, opts=None): argument
/aosp_15_r20/external/pytorch/torch/distributed/
H A Ddistributed_c10d.py4007 def all_to_all(output_tensor_list, input_tensor_list, group=None, async_op=False): argument