Searched refs:PruneForReverseReachability (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | algorithm.h | 131 bool PruneForReverseReachability(Graph* g,
|
D | algorithm_test.cc | 220 PruneForReverseReachability(&graph, std::move(visited)); in BM_PruneForReverseReachability()
|
D | algorithm.cc | 218 bool PruneForReverseReachability(Graph* g, in PruneForReverseReachability() function
|
D | subgraph.cc | 209 PruneForReverseReachability(g, std::move(targets)); in PruneForTargets()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | graph_compiler_util.cc | 161 PruneForReverseReachability(graph, std::move(nodes_to_keep)); in RewriteAndPruneGraph()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_utils.cc | 96 return PruneForReverseReachability(g, std::move(nodes)); in RemoveDeadNodes()
|
D | function.cc | 899 bool changed = PruneForReverseReachability(g, std::move(nodes)); in PruneFunctionBody()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | extract_outside_compilation_pass.cc | 1097 PruneForReverseReachability( in ConstructHostGraph() 1306 PruneForReverseReachability(g, in RewriteShapeInferenceGraph() 2280 PruneForReverseReachability( in operator ()()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | import_model.cc | 854 if (PruneForReverseReachability(graph_.get(), prune_start)) { in AddNodesToShapeRefiner() 1335 if (PruneForReverseReachability(graph_.get(), prune_start)) { in PruneUnreachableNodes()
|