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

Method session_handle

tensorflow/core/framework/op_kernel.h:1146–1146  ·  view source on GitHub ↗

Unique identifier of the session it belongs to. Can be empty.

Source from the content-addressed store, hash-verified

1144
1145 // Unique identifier of the session it belongs to. Can be empty.
1146 string session_handle() const { return params_->session_handle; }
1147
1148 // Metadata about the session. Can be nullptr.
1149 const SessionMetadata* session_metadata() const {

Callers 15

CheckRunStepRequestFunction · 0.80
ExtendSessionMethod · 0.80
PartialRunSetupMethod · 0.80
RunStepMethod · 0.80
CloseSessionMethod · 0.80
ListDevicesMethod · 0.80
MakeCallableMethod · 0.80
RunCallableMethod · 0.80
ReleaseCallableMethod · 0.80

Calls

no outgoing calls

Tested by 2

CheckRunStepRequestFunction · 0.64
CreateSessionMethod · 0.64