Home
last modified time | relevance | path

Searched refs:remote_mgr (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
DBUILD35 ":remote_mgr",
99 ":remote_mgr",
134 ":remote_mgr",
156 name = "remote_mgr",
158 "remote_mgr.cc",
161 "remote_mgr.h",
178 ":remote_mgr",
208 ":remote_mgr",
Dremote_mgr_test.cc72 RemoteMgr remote_mgr(false, ctx_); in TEST_F() local
85 TF_ASSERT_OK(remote_mgr.SerializeRemoteTensorHandle( in TEST_F()
94 RemoteMgr remote_mgr(false, ctx_); in TEST_F() local
105 TF_ASSERT_OK(remote_mgr.SerializeRemoteTensorHandle( in TEST_F()
Deager_service_impl.cc184 auto remote_mgr = in CreateContext() local
189 std::move(rendezvous_creator), cluster_flr, std::move(remote_mgr), in CreateContext()
Deager_service_impl_test.cc721 auto remote_mgr = in TEST_F() local
727 /*cluster_flr=*/nullptr, std::move(remote_mgr), in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h324 remote_mgr);
350 remote_mgr,
564 remote_mgr);
Dcontext.cc922 remote_mgr) { in InitializeRemoteMaster()
938 std::move(remote_mgr)); in InitializeRemoteMaster()
1025 remote_mgr) { in SetMasterContextState()
1048 remote_mgr_ = std::move(remote_mgr); in SetMasterContextState()
1140 remote_mgr, in InitializeRemoteWorker()
1163 remote_mgr_ = std::move(remote_mgr); in InitializeRemoteWorker()
DBUILD349 "//tensorflow/core/distributed_runtime/eager:remote_mgr",
/external/tensorflow/tensorflow/c/eager/
DBUILD72 "//tensorflow/core/distributed_runtime/eager:remote_mgr",
Dc_api.cc641 auto remote_mgr = absl::make_unique<tensorflow::eager::RemoteMgr>( in UpdateTFE_ContextWithServerDef() local
648 std::move(remote_mgr))); in UpdateTFE_ContextWithServerDef()