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

Function IsSink

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

Source from the content-addressed store, hash-verified

848
849inline bool IsSource(const Node* node) { return node->IsSource(); }
850inline bool IsSink(const Node* node) { return node->IsSink(); }
851inline bool IsSwitch(const Node* node) { return node->IsSwitch(); }
852inline bool IsMerge(const Node* node) { return node->IsMerge(); }
853inline bool IsEnter(const Node* node) { return node->IsEnter(); }

Callers 8

InitializeMethod · 0.85
BuildControlFlowInfoMethod · 0.85
InitializePendingMethod · 0.85
CountOutputEdgesFunction · 0.85
InitializeNodeMethod · 0.85
DebugStringMethod · 0.85

Calls 1

IsSinkMethod · 0.80

Tested by

no test coverage detected