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

Function IsConstant

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

Source from the content-addressed store, hash-verified

874}
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

Callers 4

TimeEstimateForNodeFunction · 0.70
ExtractBodiesMethod · 0.50
TEST_FFunction · 0.50

Calls 1

IsConstantMethod · 0.45

Tested by 1

TEST_FFunction · 0.40