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

Function IsVariable

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

Source from the content-addressed store, hash-verified

875
876inline bool IsConstant(const Node* node) { return node->IsConstant(); }
877inline bool IsVariable(const Node* node) { return node->IsVariable(); }
878inline bool IsIdentity(const Node* node) { return node->IsIdentity(); }
879
880// Returns true iff 'n' is a control flow node.

Callers 1

TimeEstimateForNodeFunction · 0.70

Calls 1

IsVariableMethod · 0.80

Tested by

no test coverage detected