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

Method IsGetSessionTensor

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

Source from the content-addressed store, hash-verified

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;
246 }

Callers 1

IsConstantFoldableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected