Home
last modified time | relevance | path

Searched defs:rounded_flops (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc637 const float rounded_flops = (total_flops / 1000.0f); in Main() local
640 const float rounded_flops = round(total_flops / 1000.0f) / 1000.0f; in Main() local
643 const float rounded_flops = in Main() local