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

Method CreateSession

tensorflow/core/distributed_runtime/session_mgr.cc:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54Status SessionMgr::CreateSession(const string& session,
55 const ServerDef& server_def,
56 bool isolate_session_state) {
57 return CreateSession(session, server_def, {}, isolate_session_state);
58}
59
60Status SessionMgr::CreateSession(
61 const string& session, const ServerDef& server_def,

Callers

nothing calls this directly

Calls 11

InvalidArgumentFunction · 0.85
AsRemoteDevicesFunction · 0.85
LookupDeviceMethod · 0.80
CreateSessionFunction · 0.50
emptyMethod · 0.45
jobMethod · 0.45
getMethod · 0.45
SetLoggingMethod · 0.45
push_backMethod · 0.45
resetMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected