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

Method source_node

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

Source from the content-addressed store, hash-verified

713 // The pre-defined nodes.
714 enum { kSourceId = 0, kSinkId = 1 };
715 Node* source_node() const { return FindNodeId(kSourceId); }
716 Node* sink_node() const { return FindNodeId(kSinkId); }
717
718 const OpRegistryInterface* op_registry() const { return &ops_; }

Callers 15

GetConstantGraphFunction · 0.45
CopyMethod · 0.45
TEST_FFunction · 0.45
FeedInputsFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
DFSFunction · 0.45
FixupSourceAndSinkEdgesFunction · 0.45
CopyGraphFunction · 0.45
BuildControlFlowInfoFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36