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

Function ReverseDFSFrom

tensorflow/core/graph/algorithm.cc:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178} // namespace
179
180void ReverseDFSFrom(const Graph& g, gtl::ArraySlice<const Node*> start,
181 const std::function<void(const Node*)>& enter,
182 const std::function<void(const Node*)>& leave,
183 const NodeComparator& stable_comparator) {
184 ReverseDFSFromHelper(g, start, enter, leave, stable_comparator);
185}
186
187void ReverseDFSFrom(const Graph& g, gtl::ArraySlice<Node*> start,
188 const std::function<void(Node*)>& enter,

Callers 12

MarkGuaranteedConstantsFunction · 0.85
MarkGuaranteedConstantsFunction · 0.85
GetLabeledNodesFunction · 0.85
ToGraphDefFunction · 0.85
AddNodeMethod · 0.85
PlaceNodesOnCPUMethod · 0.85
ReverseDFSFunction · 0.85

Calls 1

ReverseDFSFromHelperFunction · 0.85

Tested by

no test coverage detected