Searched refs:collective_executor_mgr_ (Results 1 – 4 of 4) sorted by relevance
162 return (collective_executor_mgr_ != nullptr) in collective_executor_mgr()163 ? collective_executor_mgr_.get() in collective_executor_mgr()313 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr_; variable
89 collective_executor_mgr_.reset(new CollectiveExecutorMgr( in EagerContext()432 collective_executor_mgr_.reset(nullptr); in StoreCollectiveOpsServer()
367 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr_; variable
500 if (!collective_executor_mgr_) { in RunInternal()507 collective_executor_mgr_.reset(new CollectiveExecutorMgr( in RunInternal()511 collective_executor_mgr_->FindOrCreate(step_id), true /*inherit_ref*/)); in RunInternal()