Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbase_collective_executor.cc211 BaseCollectiveExecutor::~BaseCollectiveExecutor() {} in ~BaseCollectiveExecutor()
213 void BaseCollectiveExecutor::StartAbort(const Status& s) { in StartAbort()
218 void BaseCollectiveExecutor::ExecuteAsync(OpKernelContext* ctx, in ExecuteAsync()
276 void BaseCollectiveExecutor::CompleteParamsAsync( in CompleteParamsAsync()
283 Status BaseCollectiveExecutor::CreateCollective( in CreateCollective()
311 bool BaseCollectiveExecutor::CheckDependencies( in CheckDependencies()
324 void BaseCollectiveExecutor::WaitForDependencies( in WaitForDependencies()
333 void BaseCollectiveExecutor::Launched(const CollectiveParams& col_params) { in Launched()
Dbase_collective_executor.h94 class BaseCollectiveExecutor : public CollectiveExecutor {
96 BaseCollectiveExecutor(CollectiveExecutorMgrInterface* cem, in BaseCollectiveExecutor() function
106 ~BaseCollectiveExecutor() override;
Dcollective_executor_mgr.cc61 return new BaseCollectiveExecutor(this, rma, step_id, dev_mgr_, in Create()
Dring_gatherer_test.cc173 col_exec_ = new BaseCollectiveExecutor( in Init()
Dring_reducer_test.cc195 col_exec_ = new BaseCollectiveExecutor( in Init()
Dhierarchical_tree_broadcaster_test.cc253 col_exec_ = new BaseCollectiveExecutor( in Init()
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_collective_executor_mgr.cc155 return new BaseCollectiveExecutor(this, rma, step_id, dev_mgr_, in Create()
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr.cc52 return new BaseCollectiveExecutor(this, rma, step_id, dev_mgr_, in Create()
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_reducer_test.cc111 col_exec_ = new BaseCollectiveExecutor( in Init()