Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.cc64 double cycles_percent = 0; in ToString() local
69 cycles_percent = op.cycles / static_cast<double>(total_cycles_) * 100; in ToString()
80 cycles_percent_str = StrFormat("%5.2f%% %2.0fΣ", cycles_percent, in ToString()