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.cc31 SessionMgr::SessionMgr( in SessionMgr() function in tensorflow::SessionMgr
47 string SessionMgr::WorkerNameFromServerDef(const ServerDef& server_def) { in WorkerNameFromServerDef()
52 Status SessionMgr::CreateSession(const string& session, in CreateSession()
108 Status SessionMgr::DeleteSession(const string& session) { in DeleteSession()
117 Status SessionMgr::WorkerSessionForSessionLocked( in WorkerSessionForSessionLocked()
135 Status SessionMgr::WorkerSessionForSession( in WorkerSessionForSession()
141 std::shared_ptr<WorkerSession> SessionMgr::LegacySession() { in LegacySession()
145 void SessionMgr::SetLogging(bool active) { in SetLogging()
167 void SessionMgr::RetrieveLogs(tensorflow::int64 step_id, in RetrieveLogs()
198 void SessionMgr::ClearLogs() { in ClearLogs()
Dsession_mgr.h37 class SessionMgr {
42 explicit SessionMgr(
46 ~SessionMgr() {} in ~SessionMgr()
Dworker_env.h33 class SessionMgr; variable
43 SessionMgr* session_mgr = nullptr;
Dsession_mgr_test.cc57 SessionMgr::WorkerCacheFactory factory_ =
62 SessionMgr mgr_;
164 string worker_name = SessionMgr::WorkerNameFromServerDef(server_def); in TEST_F()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc58 session_mgr_(new SessionMgr( in EagerServiceImplTest()
80 std::unique_ptr<SessionMgr> session_mgr_;
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc242 worker_env_.session_mgr = new SessionMgr( in Init()
243 &worker_env_, SessionMgr::WorkerNameFromServerDef(server_def_), in Init()