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

Method session_metadata

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

Metadata about the session. Can be nullptr.

Source from the content-addressed store, hash-verified

1147
1148 // Metadata about the session. Can be nullptr.
1149 const SessionMetadata* session_metadata() const {
1150 return params_->session_metadata;
1151 }
1152
1153 // An op kernel can access the tensor store of the run it belongs to.
1154 TensorStore* tensor_store() const { return params_->tensor_store; }

Callers 7

NewSessionMethod · 0.80
NewSessionGroupMethod · 0.80
DeregisterMethod · 0.80
RunInternalMethod · 0.80
CreateExecutorsMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80

Calls

no outgoing calls

Tested by 2

ComputeMethod · 0.64
ComputeMethod · 0.64