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

Method IsIdentity

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

Source from the content-addressed store, hash-verified

239 bool IsVariable() const { return class_ == NC_VARIABLE; }
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 {

Callers 15

GetSwitchPredicateFunction · 0.80
AnalyzeResourceUsageFunction · 0.80
MaybeRewriteWhileNodeFunction · 0.80
PropagateShapesFunction · 0.80
AlwaysForwardsRefInputFunction · 0.80
UpdateTypesAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected