Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc622 string pretty_flops; in Main() local
624 pretty_flops = strings::StrCat(total_flops, " FLOPs"); in Main()
627 pretty_flops = strings::StrCat(rounded_flops, "k FLOPs"); in Main()
630 pretty_flops = strings::StrCat(rounded_flops, " million FLOPs"); in Main()
634 pretty_flops = strings::StrCat(rounded_flops, " billion FLOPs"); in Main()