Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/aot/
Dbenchmark.cc88 int max_label_size = 0; in DumpStatsToStdout() local
91 if (g.first.size() > max_label_size) { in DumpStatsToStdout()
92 max_label_size = g.first.size(); in DumpStatsToStdout()
107 printf(" %-*s %*.3f us\n", max_label_size, g.first.c_str(), max_digits + 4, in DumpStatsToStdout()