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

Function ReverseDFS

tensorflow/core/graph/algorithm.cc:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void ReverseDFS(const Graph& g, const std::function<void(Node*)>& enter,
114 const std::function<void(Node*)>& leave,
115 const NodeComparator& stable_comparator) {
116 ReverseDFSFrom(g, {g.sink_node()}, enter, leave, stable_comparator);
117}
118
119namespace {
120

Callers 7

ConstructHostGraphFunction · 0.85
DiscoverDataDependenciesFunction · 0.85

Calls 2

ReverseDFSFromFunction · 0.85
sink_nodeMethod · 0.45

Tested by

no test coverage detected