Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FunctionalizeLoop
Function · 0.80
IsCompilableNode
Method · 0.80
GraphNodes
Function · 0.80
GraphEdges
Function · 0.80
GraphNodes
Function · 0.80
GraphEdges
Function · 0.80
MergeOutgoingControlEdges
Function · 0.80
IsSinkLike
Method · 0.80
IsSinkLike
Method · 0.80
MergeOutgoingControlEdges
Function · 0.80
SegmentGraph
Function · 0.80
GetEngineInfo
Function · 0.80
Calls
no outgoing calls
Tested by
6
GraphNodes
Function · 0.64
GraphEdges
Function · 0.64
GraphNodes
Function · 0.64
GraphEdges
Function · 0.64
CheckType
Function · 0.64
TEST_F
Function · 0.64