Home
last modified time | relevance | path

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

/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.cc242 const size_t count_trimmed = gemm_times.size() * trim_ratio; in benchmark_gemm_sizes() local
250 if (i >= count_trimmed && i < gemm_times.size() - count_trimmed) { in benchmark_gemm_sizes()