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.cc68 RemoteMgr remote_mgr(false, ctx_); in TEST_F() local
91 RemoteMgr remote_mgr(false, ctx_); in TEST_F() local
108 RemoteMgr remote_mgr(false, ctx_); in TEST_F() local
132 RemoteMgr remote_mgr(false, ctx_); in TEST_F() local
Deager_service_impl.cc297 auto remote_mgr = in CreateContext() local
Deager_service_impl_test.cc1226 auto remote_mgr = in TEST_F() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node_test.cc74 auto remote_mgr = absl::make_unique<eager::RemoteMgr>( in TEST() local
Dcontext.cc1257 std::unique_ptr<eager::RemoteMgr, std::function<void(eager::RemoteMgr*)>> in InitializeRemoteMaster()
1354 std::unique_ptr<eager::RemoteMgr, std::function<void(eager::RemoteMgr*)>> in SetMasterContextState()
1475 std::unique_ptr<eager::RemoteMgr, std::function<void(eager::RemoteMgr*)>> in InitializeRemoteWorker()
Dcontext_distributed_manager.cc778 auto remote_mgr = std::make_unique<eager::RemoteMgr>( in UpdateContextWithServerDef() local