Searched refs:GetReversePostOrder (Results 1 – 15 of 15) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | algorithm_test.cc | 94 GetReversePostOrder(g, &order); in TEST() 152 GetReversePostOrder(g, &order, /*stable_comparator=*/NodeComparatorName()); in TEST() 192 GetReversePostOrder(g, &reverse_post_order, /*stable_comparator=*/{}, in TEST()
|
D | algorithm.h | 119 void GetReversePostOrder(const Graph& g, std::vector<Node*>* order,
|
D | optimizer_cse.cc | 176 GetReversePostOrder(*g_, &order); in Optimize()
|
D | algorithm.cc | 202 void GetReversePostOrder(const Graph& g, std::vector<Node*>* order, in GetReversePostOrder() function
|
D | mkl_tfconversion_pass.cc | 373 GetReversePostOrder(**g, &order); // This will give us topological sort. in RunPass()
|
D | mkl_layout_pass.cc | 3575 GetReversePostOrder(**g, &order); // This will give us topological sort. in RunPass() 3603 GetReversePostOrder(**g, &order); // This will give us topological sort. in RunPass() 3625 GetReversePostOrder(**g, &order); // This will give us topological sort. in RunPass() 3653 GetReversePostOrder(**g, &order); // This will give us topological sort. in RunPass()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_stream_util.cc | 52 GetReversePostOrder(*graph, &order); in AssignStreams()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | shape_inference.cc | 49 GetReversePostOrder(graph, &order); in PropagateShapes()
|
D | resource_operation_safety_analysis.cc | 273 GetReversePostOrder(g, &rpo, /*stable_comparator=*/NodeComparatorName(), in ComputeIncompatibleResourceOperationPairs()
|
D | partially_decluster_pass.cc | 295 GetReversePostOrder(*graph, &rpo, /*stable_comparator=*/NodeComparatorName(), in PartiallyDeclusterGraph()
|
D | deadness_analysis.cc | 1041 GetReversePostOrder(graph_, &rpo, /*stable_comparator=*/NodeComparatorName(), in Populate()
|
D | encapsulate_subgraphs_pass.cc | 2188 GetReversePostOrder(*graph_in_, &nodes); in FindClusterDependencies() 2375 GetReversePostOrder(*(*pruned_graph), &post_order); in MakeGraphForOutsideCompilationSends()
|
D | deadness_analysis_test.cc | 579 GetReversePostOrder(*root.graph(), &rpo, /*stable_comparator=*/{}, in TEST()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | graph_compiler.cc | 123 GetReversePostOrder(*graph_, &topo_sorted_nodes, in Compile()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | single_threaded_executor.cc | 47 GetReversePostOrder(graph, &ordered_nodes); in Initialize()
|