Home
last modified time | relevance | path

Searched defs:allreduce (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_ops_nccl.py168 def allreduce(tensors, op): function
879 def allreduce(tensors): function
H A Dtest_functional_api.py571 def allreduce(t, pg): function
581 def allreduce(t, pg): function
H A Dtest_c10d_pypg.py76 def allreduce(self, tensors, opts): member in LonelyRankProcessGroup
H A Dtest_c10d_common.py1570 def allreduce(self, tensor_list, opts=None): member in DummyProcessGroup
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/
H A Dc_api_coordination_test.cc155 TFE_Op* allreduce = AllReduceOp(ctx, in, cluster_size); in TEST() local
380 TFE_Op* allreduce = AllReduceOp(ctx, in, cluster_size); in TEST() local
H A Dc_api_multi_client_test.cc99 TFE_Op* allreduce = AllReduceOp(ctx, in, cluster_size); in TEST() local
/aosp_15_r20/external/pytorch/test/cpp_extensions/
H A Dcpp_c10d_extension.cpp32 c10::intrusive_ptr<Work> ProcessGroupTest::allreduce( in allreduce() function in c10d::ProcessGroupTest
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DPyProcessGroup.hpp95 c10::intrusive_ptr<Work> allreduce( in allreduce() function in c10d::PyProcessGroup
H A DFakeProcessGroup.hpp30 c10::intrusive_ptr<Work> allreduce( in allreduce() function in c10d::FakeProcessGroup
H A DBackend.hpp90 virtual c10::intrusive_ptr<Work> allreduce( in allreduce() function in c10d::Backend
H A DProcessGroup.hpp154 virtual c10::intrusive_ptr<Work> allreduce( in allreduce() function in c10d::ProcessGroup
H A DProcessGroupWrapper.cpp406 c10::intrusive_ptr<Work> ProcessGroupWrapper::allreduce( in allreduce() function in c10d::ProcessGroupWrapper
H A DProcessGroupGloo.cpp1042 void allreduce(std::vector<at::Tensor>& tensors) { in allreduce() function in c10d::__anon2d5ad4bf0911::AsyncAllreduceWork
1199 at::Tensor allreduce(std::vector<at::Tensor>& tensors) { in allreduce() function in c10d::__anon2d5ad4bf0911::AsyncSparseAllreduceWork
1486 c10::intrusive_ptr<Work> ProcessGroupGloo::allreduce( in allreduce() function in c10d::ProcessGroupGloo
H A DProcessGroupMPI.cpp416 c10::intrusive_ptr<Work> ProcessGroupMPI::allreduce( in allreduce() function in c10d::ProcessGroupMPI
H A DProcessGroupUCC.cpp997 c10::intrusive_ptr<Work> ProcessGroupUCC::allreduce( in allreduce() function in c10d::ProcessGroupUCC
H A DProcessGroupNCCL.cpp3436 c10::intrusive_ptr<Work> ProcessGroupNCCL::allreduce( in checkForNCCLErrorsInternal() function in c10d::ProcessGroupNCCL
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Dmulti_threaded_pg.py336 def allreduce(self, tensor_list, opts=AllreduceOptions()): member in ProcessLocalGroup
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_fsdp.py224 def allreduce(self, *args, **kwargs): member in DummyProcessGroup