Home
last modified time | relevance | path

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

/external/eigen/bench/
Danalyze-blocking-sizes.cpp71 float gflops; member
122 float gflops; in inputfile_t() local
127 &gflops); in inputfile_t()
133 !isfinite(gflops)) in inputfile_t()
145 entry.gflops = gflops; in inputfile_t()
151 float gflops; in inputfile_t() local
157 &gflops); in inputfile_t()
161 !isfinite(gflops)) in inputfile_t()
174 entry.gflops = gflops; in inputfile_t()
245 max_gflops = max(max_gflops, it->gflops); in import_input_file_range_one_product_size()
[all …]
Dbenchmark-blocking-sizes.cpp102 float gflops; member
107 , gflops(0) in benchmark_t()
115 , gflops(0) in benchmark_t()
121 , gflops(0) in benchmark_t()
138 s << " " << b.gflops; in operator <<()
150 b1.gflops > b2.gflops)))); in operator <()
228 gflops = 2e-9 * productsizes.k * productsizes.m * productsizes.n / time_per_iter; in run()
305 all_gflops.push_back(b.gflops); in measure_clock_speed()
/external/gemmlowp/test/
Dbenchmark.cc189 double gflops = 0; in benchmark() local
192 gflops = in benchmark()
195 benchmark_results[gemm].emplace_back(gflops); in benchmark()