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

Method IsGetSessionHandle

tensorflow/core/graph/graph.h:242–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 bool IsKvVarHandle() const { return class_ == NC_KV_VAR_HANDLE; }
241 bool IsIdentity() const { return class_ == NC_IDENTITY; }
242 bool IsGetSessionHandle() const { return class_ == NC_GET_SESSION_HANDLE; }
243 bool IsGetSessionTensor() const { return class_ == NC_GET_SESSION_TENSOR; }
244 bool IsDeleteSessionTensor() const {
245 return class_ == NC_DELETE_SESSION_TENSOR;

Callers 1

IsConstantFoldableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected