Home
last modified time | relevance | path

Searched refs:GetReversePostOrder (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dalgorithm_test.cc94 GetReversePostOrder(g, &order); in TEST()
152 GetReversePostOrder(g, &order, /*stable_comparator=*/NodeComparatorName()); in TEST()
192 GetReversePostOrder(g, &reverse_post_order, /*stable_comparator=*/{}, in TEST()
Dalgorithm.h119 void GetReversePostOrder(const Graph& g, std::vector<Node*>* order,
Doptimizer_cse.cc176 GetReversePostOrder(*g_, &order); in Optimize()
Dalgorithm.cc202 void GetReversePostOrder(const Graph& g, std::vector<Node*>* order, in GetReversePostOrder() function
Dmkl_tfconversion_pass.cc373 GetReversePostOrder(**g, &order); // This will give us topological sort. in RunPass()
Dmkl_layout_pass.cc3575 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/
Dgpu_stream_util.cc52 GetReversePostOrder(*graph, &order); in AssignStreams()
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference.cc49 GetReversePostOrder(graph, &order); in PropagateShapes()
Dresource_operation_safety_analysis.cc273 GetReversePostOrder(g, &rpo, /*stable_comparator=*/NodeComparatorName(), in ComputeIncompatibleResourceOperationPairs()
Dpartially_decluster_pass.cc295 GetReversePostOrder(*graph, &rpo, /*stable_comparator=*/NodeComparatorName(), in PartiallyDeclusterGraph()
Ddeadness_analysis.cc1041 GetReversePostOrder(graph_, &rpo, /*stable_comparator=*/NodeComparatorName(), in Populate()
Dencapsulate_subgraphs_pass.cc2188 GetReversePostOrder(*graph_in_, &nodes); in FindClusterDependencies()
2375 GetReversePostOrder(*(*pruned_graph), &post_order); in MakeGraphForOutsideCompilationSends()
Ddeadness_analysis_test.cc579 GetReversePostOrder(*root.graph(), &rpo, /*stable_comparator=*/{}, in TEST()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.cc123 GetReversePostOrder(*graph_, &topo_sorted_nodes, in Compile()
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor.cc47 GetReversePostOrder(graph, &ordered_nodes); in Initialize()