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

Method sink_node

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

Source from the content-addressed store, hash-verified

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_; }
719 const FunctionLibraryDefinition& flib_def() const { return ops_; }

Callers 11

GetConstantGraphFunction · 0.45
CopyMethod · 0.45
TEST_FFunction · 0.45
FetchOutputsFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
ReverseDFSFunction · 0.45
FixupSourceAndSinkEdgesFunction · 0.45
CopyGraphFunction · 0.45
ComputeAsapMethod · 0.45
ComputeAlapMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36