Home
last modified time | relevance | path

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

/external/eigen/bench/tensors/
Dbenchmark_main.cc172 double mflops_processed = static_cast<double>(g_flops_processed)/1e6; in RunWithArg() local
174 snprintf(throughput, sizeof(throughput), " %8.2f MFlops/s", mflops_processed/seconds); in RunWithArg()