Home
last modified time | relevance | path

Searched refs:collective_executor_mgr_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h294 return collective_executor_mgr_.Get(); in collective_executor_mgr()
658 OwnedOrUnownedHelper<CollectiveExecutorMgrInterface> collective_executor_mgr_; variable
Dcontext.cc124 collective_executor_mgr_.Reset(
1068 collective_executor_mgr_.Reset(rpc_collective_executor_mgr); in StoreCollectiveOpsServer()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h389 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr_; variable
Ddirect_session.cc550 if (!collective_executor_mgr_) { in RunInternal()
557 collective_executor_mgr_.reset(new CollectiveExecutorMgr( in RunInternal()
562 collective_executor_mgr_->FindOrCreate(step_id), true /*inherit_ref*/)); in RunInternal()