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

Method GetSessionNum

tensorflow/core/common_runtime/direct_session_group.cc:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76int32_t DirectSessionGroup::GetSessionNum() const {
77 return session_num_;
78}
79
80Status DirectSessionGroup::CreateLeaderSession(Session* leader_session) {
81 if (session_num_ > 0) {

Callers 2

WarmupMethod · 0.80
LoadSavedModelInternalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected