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

Method IsDeleteSessionTensor

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

Source from the content-addressed store, hash-verified

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 }
247 bool IsControlFlow() const {
248 return (class_ != NC_OTHER) && // Fast path
249 (IsSwitch() || IsMerge() || IsEnter() || IsExit() ||

Callers 1

IsConstantFoldableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected