Home
last modified time | relevance | path

Searched refs:nccl_communicator (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_executor_mgr.cc30 std::unique_ptr<NcclCommunicatorInterface> nccl_communicator) in CollectiveExecutorMgr() argument
36 nccl_communicator_(std::move(nccl_communicator)), in CollectiveExecutorMgr()
Dcollective_executor_mgr.h33 std::unique_ptr<NcclCommunicatorInterface> nccl_communicator);
/external/tensorflow/tensorflow/core/framework/
Dcollective.cc170 CollectiveExecutor* col_exec, NcclCommunicatorInterface* nccl_communicator, in CollectiveContext() argument
175 nccl_communicator(nccl_communicator), in CollectiveContext()
Dcollective.h366 NcclCommunicatorInterface* nccl_communicator; // Not owned member
380 NcclCommunicatorInterface* nccl_communicator,
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_broadcaster.cc27 col_ctx_->nccl_communicator->Enqueue(col_ctx_, std::move(done)); in Run()
Dcollective_nccl_gatherer.cc27 col_ctx_->nccl_communicator->Enqueue(col_ctx_, std::move(done)); in Run()
Dcollective_nccl_reducer.cc94 col_ctx_->nccl_communicator->Enqueue(col_ctx_, std::move(done_callback)); in Run()
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr.cc32 std::unique_ptr<NcclCommunicatorInterface> nccl_communicator, in RpcCollectiveExecutorMgr() argument
36 std::move(nccl_communicator)), in RpcCollectiveExecutorMgr()
Drpc_collective_executor_mgr.h41 std::unique_ptr<NcclCommunicatorInterface> nccl_communicator,