Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dalgorithm.h131 bool PruneForReverseReachability(Graph* g,
Dalgorithm_test.cc220 PruneForReverseReachability(&graph, std::move(visited)); in BM_PruneForReverseReachability()
Dalgorithm.cc218 bool PruneForReverseReachability(Graph* g, in PruneForReverseReachability() function
Dsubgraph.cc209 PruneForReverseReachability(g, std::move(targets)); in PruneForTargets()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler_util.cc161 PruneForReverseReachability(graph, std::move(nodes_to_keep)); in RewriteAndPruneGraph()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_utils.cc96 return PruneForReverseReachability(g, std::move(nodes)); in RemoveDeadNodes()
Dfunction.cc899 bool changed = PruneForReverseReachability(g, std::move(nodes)); in PruneFunctionBody()
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc1097 PruneForReverseReachability( in ConstructHostGraph()
1306 PruneForReverseReachability(g, in RewriteShapeInferenceGraph()
2280 PruneForReverseReachability( in operator ()()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc854 if (PruneForReverseReachability(graph_.get(), prune_start)) { in AddNodesToShapeRefiner()
1335 if (PruneForReverseReachability(graph_.get(), prune_start)) { in PruneUnreachableNodes()