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

  /external/tensorflow/tensorflow/compiler/aot/
benchmark.cc 89 double max_us = 0; local
94 if (g.second > max_us) {
95 max_us = g.second;
99 while (max_us >= 10.0) {
100 max_us /= 10.0;
114 const int64 max_us = (options.max_micros <= 0 && options.max_iters <= 0) local
117 printf("Running benchmark for %lld us\n", max_us);
128 if ((max_us > 0 && total_us >= max_us) ||
  /external/mesa3d/src/mesa/vbo/
vbo_minmax_index.c 295 GLuint max_us = 0; local
300 if (us_indices[i] > max_us) max_us = us_indices[i];
307 if (us_indices[i] > max_us) max_us = us_indices[i];
312 *max_index = max_us;
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 1062 unsigned max_us = 0; local
    [all...]

Completed in 315 milliseconds