Home
last modified time | relevance | path

Searched refs:SessionMgr (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr.cc32 SessionMgr::SessionMgr( in SessionMgr() function in tensorflow::SessionMgr
49 string SessionMgr::WorkerNameFromServerDef(const ServerDef& server_def) { in WorkerNameFromServerDef()
54 Status SessionMgr::CreateSession(const string& session, in CreateSession()
60 Status SessionMgr::CreateSession( in CreateSession()
70 Status SessionMgr::CreateSession( in CreateSession()
186 void SessionMgr::ResetDefaultWorkerCache(WorkerCacheInterface* worker_cache) { in ResetDefaultWorkerCache()
190 Status SessionMgr::UpdateSession( in UpdateSession()
254 Status SessionMgr::DeleteSession(const string& session) { in DeleteSession()
263 Status SessionMgr::WorkerSessionForSessionLocked( in WorkerSessionForSessionLocked()
281 Status SessionMgr::WorkerSessionForSession( in WorkerSessionForSession()
[all …]
Dsession_mgr.h38 class SessionMgr {
43 explicit SessionMgr(
47 ~SessionMgr() {} in ~SessionMgr()
Dworker_env.h33 class SessionMgr; variable
43 SessionMgr* session_mgr = nullptr;
Dsession_mgr_test.cc57 SessionMgr::WorkerCacheFactory factory_ =
62 SessionMgr mgr_;
261 string worker_name = SessionMgr::WorkerNameFromServerDef(server_def); in TEST_F()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc295 worker_env_.session_mgr = new SessionMgr( in Init()
296 &worker_env_, SessionMgr::WorkerNameFromServerDef(server_def_), in Init()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc145 session_mgr_(new SessionMgr( in EagerServiceImplTest()
167 std::unique_ptr<SessionMgr> session_mgr_;