Home
last modified time | relevance | path

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

/external/pytorch/torch/testing/_internal/distributed/
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
/external/pytorch/torch/distributed/nn/
Dfunctional.py158 def all_to_all(output_tensor_list, input_tensor_list, group=group.WORLD): argument
/external/pytorch/test/distributed/
Dtest_c10d_common.py1601 def reduce_scatter(self, output_tensor_list, input_tensor_lists, opts=None): argument
/external/pytorch/torch/distributed/
Ddistributed_c10d.py4007 def all_to_all(output_tensor_list, input_tensor_list, group=None, async_op=False): argument