Searched refs:best_pot_gflops (Results 1 – 1 of 1) sorted by relevance
675 float best_pot_gflops; member686 << " -> " << entry.best_pot_gflops in operator <<()737 float best_pot_gflops = 0; in run() local742 if (it->gflops > best_pot_gflops) { in run()743 best_pot_gflops = it->gflops; in run()752 entry.best_pot_gflops = best_pot_gflops; in run()753 entry.default_efficiency = entry.default_gflops / entry.best_pot_gflops; in run()