Searched refs:SessionMgr (Results 1 – 6 of 6) sorted by relevance
31 SessionMgr::SessionMgr( in SessionMgr() function in tensorflow::SessionMgr47 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()
37 class SessionMgr {42 explicit SessionMgr(46 ~SessionMgr() {} in ~SessionMgr()
33 class SessionMgr; variable43 SessionMgr* session_mgr = nullptr;
57 SessionMgr::WorkerCacheFactory factory_ =62 SessionMgr mgr_;164 string worker_name = SessionMgr::WorkerNameFromServerDef(server_def); in TEST_F()
58 session_mgr_(new SessionMgr( in EagerServiceImplTest()80 std::unique_ptr<SessionMgr> session_mgr_;
242 worker_env_.session_mgr = new SessionMgr( in Init()243 &worker_env_, SessionMgr::WorkerNameFromServerDef(server_def_), in Init()