Home
last modified time | relevance | path

Searched defs:allgather (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_pypg.py65 def allgather(self, output_tensors, input_tensor, opts): member in LonelyRankProcessGroup
H A Dtest_c10d_ops_nccl.py388 def allgather(output_ts, input_ts): function
H A Dtest_c10d_common.py1561 def allgather(self, output_tensor_lists, input_tensor_list, opts=None): member in DummyProcessGroup
/aosp_15_r20/external/pytorch/test/cpp_extensions/
H A Dcpp_c10d_extension.cpp50 c10::intrusive_ptr<Work> ProcessGroupTest::allgather( in allgather() function in c10d::ProcessGroupTest
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DPyProcessGroup.hpp69 c10::intrusive_ptr<Work> allgather( in allgather() function in c10d::PyProcessGroup
H A DFakeProcessGroup.hpp65 c10::intrusive_ptr<Work> allgather( in allgather() function in c10d::FakeProcessGroup
H A DBackend.hpp129 virtual c10::intrusive_ptr<Work> allgather( in allgather() function in c10d::Backend
H A DProcessGroup.hpp215 virtual c10::intrusive_ptr<Work> allgather( in allgather() function in c10d::ProcessGroup
H A DProcessGroupWrapper.cpp431 c10::intrusive_ptr<Work> ProcessGroupWrapper::allgather( in allgather() function in c10d::ProcessGroupWrapper
H A DProcessGroupMPI.cpp479 c10::intrusive_ptr<Work> ProcessGroupMPI::allgather( in allgather() function in c10d::ProcessGroupMPI
H A DProcessGroupUCC.cpp855 c10::intrusive_ptr<Work> ProcessGroupUCC::allgather( in allgather() function in c10d::ProcessGroupUCC
H A DProcessGroupGloo.cpp1821 void allgather( in allgather() function in c10d::__anon2d5ad4bf1011::AsyncAllgatherWork
2000 c10::intrusive_ptr<Work> ProcessGroupGloo::allgather( in allgather() function in c10d::ProcessGroupGloo
H A DProcessGroupNCCL.cpp3729 c10::intrusive_ptr<Work> ProcessGroupNCCL::allgather( in checkForNCCLErrorsInternal() function in c10d::ProcessGroupNCCL
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Dmulti_threaded_pg.py351 def allgather(self, output_tensors, input_tensor, opts=AllgatherOptions()): member in ProcessLocalGroup