Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/aot/
Dbenchmark.cc59 const size_t count_trimmed = count_us * trim_ratio; in DumpStatsToStdout() local
64 if (i >= count_trimmed && i < count_us - count_trimmed) { in DumpStatsToStdout()
/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc120 const size_t count_trimmed = times->size() * trim_ratio; in print_summary() local
128 if (i >= count_trimmed && i < times->size() - count_trimmed) { in print_summary()
Dbenchmark.cc234 const size_t count_trimmed = gemm_times.size() * trim_ratio; in benchmark_gemm_sizes() local
242 if (i >= count_trimmed && i < gemm_times.size() - count_trimmed) { in benchmark_gemm_sizes()