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

Function IsSource

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

Source from the content-addressed store, hash-verified

847// Helper routines
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(); }

Callers 2

InitializeMethod · 0.85
DebugStringMethod · 0.85

Calls 1

IsSourceMethod · 0.80

Tested by

no test coverage detected