Home | History | Annotate | Download | only in test

Lines Matching refs:gemm

68   for (auto gemm : gemms) {
69 int rows = gemm.rows;
70 int depth = gemm.depth;
71 int cols = gemm.cols;
105 Gemm<std::uint8_t, GEMMLOWP_TEST_BIT_DEPTH_PARAMS>(
135 for (auto gemm : gemms) {
136 ops += 2.0 * gemm.rows * gemm.depth * gemm.cols;
175 for (auto gemm : benchmark_gemms) {
178 unique_gemm.push_back(gemm);
182 benchmark_results[gemm].emplace_back(gflops);