Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.cc74 string cycles_percent_str; in ToString() local
78 cycles_percent_str = "100.% 100Σ"; in ToString()
80 cycles_percent_str = StrFormat("%5.2f%% %2.0fΣ", cycles_percent, in ToString()
89 op.cycles, cycles_percent_str, CyclesToMicroseconds(op.cycles), in ToString()