MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / LegacySession

Method LegacySession

tensorflow/contrib/star_server/tls_session_mgr.cc:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42std::shared_ptr<WorkerSession> TLSSessionMgr::LegacySession() {
43 return GetImpl()->LegacySession();
44}
45
46SessionMgr* TLSSessionMgr::GetImpl() {
47 SessionMgr* mgr = static_cast<SessionMgr*>(pthread_getspecific(key_));

Callers 4

StarRunGraphAsyncMethod · 0.45
PrepareRecvTensorMethod · 0.45
RdmaMgrMethod · 0.45
GetRemoteAddressSyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected