Home
last modified time | relevance | path

Searched refs:gflops (Results 1 – 5 of 5) 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.cc185 double gflops = 0; in benchmark() local
188 gflops = in benchmark()
191 benchmark_results[gemm].emplace_back(gflops); in benchmark()
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc476 double gflops = total_flops / nanoseconds; in ExecutionStatsAsString() local
481 ", compute cycles: ", cycle_count, ", performance: ", gflops, in ExecutionStatsAsString()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc721 double gflops = -1; in GetDeviceInfo() local
728 gflops = device.num_cores() * device.frequency() * 1e-3; in GetDeviceInfo()
753 gflops = device.num_cores() * device.frequency() * 1e-3 * in GetDeviceInfo()
763 gflops = 1; // Dummy value; data transfer ops would not have compute ops. in GetDeviceInfo()
766 VLOG(1) << "Device: " << device.type() << " gflops: " << gflops in GetDeviceInfo()
769 return DeviceInfo(gflops, gb_per_sec); in GetDeviceInfo()