Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompilation_stats.cc114 std::vector<PassInfo> sorted_summary; in CompilationReport() local
115 sorted_summary.reserve(summary.size()); in CompilationReport()
117 sorted_summary.push_back(it.second); in CompilationReport()
119 absl::c_sort(sorted_summary, [](const PassInfo& a, const PassInfo& b) { in CompilationReport()
126 for (auto& pass_info : sorted_summary) { in CompilationReport()