Home
last modified time | relevance | path

Searched refs:CollectiveExecutorMgr (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_executor_mgr.cc26 CollectiveExecutorMgr::CollectiveExecutorMgr( in CollectiveExecutorMgr() function in tensorflow::CollectiveExecutorMgr
36 CollectiveExecutorMgr::~CollectiveExecutorMgr() { in ~CollectiveExecutorMgr()
42 CollectiveExecutor* CollectiveExecutorMgr::FindOrCreate(int64 step_id) { in FindOrCreate()
58 CollectiveExecutor* CollectiveExecutorMgr::Create(int64 step_id) { in Create()
65 void CollectiveExecutorMgr::Cleanup(int64 step_id) { in Cleanup()
78 void CollectiveExecutorMgr::GetStepSequenceAsync( in GetStepSequenceAsync()
85 void CollectiveExecutorMgr::RefreshStepIdSequenceAsync( in RefreshStepIdSequenceAsync()
Dcollective_executor_mgr.h25 class CollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
27 CollectiveExecutorMgr(const ConfigProto& config, const DeviceMgr* dev_mgr,
31 virtual ~CollectiveExecutorMgr();
Dcollective_executor_mgr_test.cc49 cme_.reset(new CollectiveExecutorMgr(cp, device_mgr_.get(), std::move(drl), in CollectiveExecutorMgrTest()
53 std::unique_ptr<CollectiveExecutorMgr> cme_;
Ddirect_session.cc507 collective_executor_mgr_.reset(new CollectiveExecutorMgr( in RunInternal()
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr.h35 class RpcCollectiveExecutorMgr : public CollectiveExecutorMgr {
Drpc_collective_executor_mgr.cc33 : CollectiveExecutorMgr(config, dev_mgr, std::move(dev_resolver), in RpcCollectiveExecutorMgr()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc89 collective_executor_mgr_.reset(new CollectiveExecutorMgr( in EagerContext()