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

Method session_state

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

An op kernel can access the session state it belongs to.

Source from the content-addressed store, hash-verified

1141
1142 // An op kernel can access the session state it belongs to.
1143 SessionState* session_state() const { return params_->session_state; }
1144
1145 // Unique identifier of the session it belongs to. Can be empty.
1146 string session_handle() const { return params_->session_handle; }

Callers 3

ComputeMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected