Home
last modified time | relevance | path

Searched defs:remote_mgr (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr_test.cc71 RemoteMgr remote_mgr(false, ctx_); in TEST_F() local
94 RemoteMgr remote_mgr(false, ctx_); in TEST_F() local
111 RemoteMgr remote_mgr(false, ctx_); in TEST_F() local
135 RemoteMgr remote_mgr(false, ctx_); in TEST_F() local
158 RemoteMgr remote_mgr(false, ctx_); in TEST_F() local
Deager_service_impl.cc302 auto remote_mgr = in CreateContext() local
Deager_service_impl_test.cc1242 auto remote_mgr = in TEST_F() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node_test.cc79 auto remote_mgr = std::make_unique<eager::RemoteMgr>( in TEST() local
Dcontext.cc1465 std::unique_ptr<eager::RemoteMgr, std::function<void(eager::RemoteMgr*)>> in InitializeRemoteMaster()
1562 std::unique_ptr<eager::RemoteMgr, std::function<void(eager::RemoteMgr*)>> in SetMasterContextState()
1684 std::unique_ptr<eager::RemoteMgr, std::function<void(eager::RemoteMgr*)>> in InitializeRemoteWorker()
Dcontext_distributed_manager.cc619 auto remote_mgr = std::make_unique<eager::RemoteMgr>( in UpdateContextWithServerDef() local