Home
last modified time | relevance | path

Searched refs:PruneForReverseReachability (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dalgorithm.h126 bool PruneForReverseReachability(Graph* g,
Dalgorithm.cc209 bool PruneForReverseReachability(Graph* g, in PruneForReverseReachability() function
Dsubgraph.cc210 PruneForReverseReachability(g, targets); in PruneForTargets()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.cc168 PruneForReverseReachability(graph, retval_nodes); in RewriteAndPruneGraph()
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc576 PruneForReverseReachability( in ConstructHostGraph()
787 PruneForReverseReachability(g, in RewriteShapeInferenceGraph()
1558 PruneForReverseReachability( in operator ()()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc851 bool changed = PruneForReverseReachability(g, std::move(nodes)); in PruneFunctionBody()
1249 return PruneForReverseReachability(g, std::move(nodes)); in RemoveDeadNodes()