Home
last modified time | relevance | path

Searched refs:sorted_nodes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.h78 std::vector<T*> sorted_nodes = nodes; in SortNodes() local
79 std::stable_sort(sorted_nodes.begin(), sorted_nodes.end(), in SortNodes()
119 return sorted_nodes; in SortNodes()
Dtfprof_show.h79 std::vector<T*> sorted_nodes = nodes; in SortNodes() local
80 std::stable_sort(sorted_nodes.begin(), sorted_nodes.end(), in SortNodes()
117 return sorted_nodes; in SortNodes()
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc1254 std::vector<Node*> sorted_nodes; in FindCompilationCandidates() local
1256 sorted_nodes.push_back(node); in FindCompilationCandidates()
1258 std::sort(sorted_nodes.begin(), sorted_nodes.end(), NodeComparatorID()); in FindCompilationCandidates()
1268 VLOG(2) << "sorted_nodes.size() = " << sorted_nodes.size(); in FindCompilationCandidates()
1283 for (Node* node : sorted_nodes) { in FindCompilationCandidates()