Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
std::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
RecordNewSession
Method · 0.85
RecordRun
Method · 0.85
RecordCreate
Method · 0.85
RecordExtend
Method · 0.85
RecordClose
Method · 0.85
RecordListDevices
Method · 0.85
RecordPRunSetup
Method · 0.85
RecordPRun
Method · 0.85
RecordMakeCallable
Method · 0.85
RecordRunCallable
Method · 0.85
RecordReleaseCallable
Method · 0.85
Calls
1
Printf
Function · 0.85
Tested by
no test coverage detected