Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
876
inline bool IsConstant(const Node* node) { return node->IsConstant(); }
877
inline bool IsVariable(const Node* node) { return node->IsVariable(); }
878
inline bool IsIdentity(const Node* node) { return node->IsIdentity(); }
879
Callers
4
TimeEstimateForNode
Function · 0.70
FixMklMetaDataEdgeIfNeeded
Method · 0.70
ExtractBodies
Method · 0.50
TEST_F
Function · 0.50
Calls
1
IsConstant
Method · 0.45
Tested by
1
TEST_F
Function · 0.40