HomeSort by relevance Sort by last modified time
    Searched refs:count_best (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/aot/
benchmark.cc 60 const size_t count_best = count_us * best_ratio; local
68 if (i < count_best) {
  /external/gemmlowp/test/
benchmark.cc 238 const size_t count_best = gemm_times.size() * best_ratio; local
246 if (i < count_best) {
benchmark_meta_gemm.cc 124 const size_t count_best = times->size() * best_ratio; local
132 if (i < count_best) {

Completed in 314 milliseconds