Searched refs:rounded_flops (Results 1 – 1 of 1) sorted by relevance
626 const float rounded_flops = (total_flops / 1000.0f); in Main() local627 pretty_flops = strings::StrCat(rounded_flops, "k FLOPs"); in Main()629 const float rounded_flops = round(total_flops / 1000.0f) / 1000.0f; in Main() local630 pretty_flops = strings::StrCat(rounded_flops, " million FLOPs"); in Main()632 const float rounded_flops = in Main() local634 pretty_flops = strings::StrCat(rounded_flops, " billion FLOPs"); in Main()