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

Method LegacySession

tensorflow/core/distributed_runtime/session_mgr.cc:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174std::shared_ptr<WorkerSession> SessionMgr::LegacySession() {
175 return legacy_session_;
176}
177
178void SessionMgr::SetLogging(bool active) {
179 mutex_lock l(mu_);

Callers 6

TEST_FFunction · 0.45
RegisterGraphAsyncMethod · 0.45
DeregisterGraphAsyncMethod · 0.45
DoRunGraphMethod · 0.45
DoPartialRunGraphMethod · 0.45
PrepareRecvTensorMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36