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

Method IsSink

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

Source from the content-addressed store, hash-verified

142 // Node type helpers.
143 bool IsSource() const { return id() == 0; }
144 bool IsSink() const { return id() == 1; }
145 // Anything other than the special Source & Sink nodes.
146 bool IsOp() const { return id() > 1; }
147

Callers 15

FunctionalizeLoopFunction · 0.80
IsCompilableNodeMethod · 0.80
GraphNodesFunction · 0.80
GraphEdgesFunction · 0.80
GraphNodesFunction · 0.80
GraphEdgesFunction · 0.80
IsSinkLikeMethod · 0.80
IsSinkLikeMethod · 0.80
SegmentGraphFunction · 0.80
GetEngineInfoFunction · 0.80

Calls

no outgoing calls

Tested by 6

GraphNodesFunction · 0.64
GraphEdgesFunction · 0.64
GraphNodesFunction · 0.64
GraphEdgesFunction · 0.64
CheckTypeFunction · 0.64
TEST_FFunction · 0.64