Searched defs:gflops (Results 1 - 2 of 2) sorted by relevance

/external/gemmlowp/test/
H A Dbenchmark.cc184 double gflops = 0; local
187 gflops =
190 benchmark_results[gemm].emplace_back(gflops);
/external/eigen/bench/
H A Danalyze-blocking-sizes.cpp71 float gflops; member in struct:inputfile_entry_t
122 float gflops; local
127 &gflops);
133 !isfinite(gflops))
145 entry.gflops = gflops;
151 float gflops; local
157 &gflops);
161 !isfinite(gflops))
174 entry.gflops
[all...]

Completed in 268 milliseconds