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

Function SessionToHandle

tensorflow/python/client/session_ref.cc:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53};
54
55std::string SessionToHandle(Session* session) {
56 return strings::Printf("%llu", reinterpret_cast<uint64>(session));
57}
58
59// The Session interface has many methods of the form:
60//

Callers 11

RecordNewSessionMethod · 0.85
RecordRunMethod · 0.85
RecordCreateMethod · 0.85
RecordExtendMethod · 0.85
RecordCloseMethod · 0.85
RecordListDevicesMethod · 0.85
RecordPRunSetupMethod · 0.85
RecordPRunMethod · 0.85
RecordMakeCallableMethod · 0.85
RecordRunCallableMethod · 0.85
RecordReleaseCallableMethod · 0.85

Calls 1

PrintfFunction · 0.85

Tested by

no test coverage detected