Lines Matching refs:Gemm
76 for (auto gemm : gemms) {
77 int rows = gemm.rows;
78 int depth = gemm.depth;
79 int cols = gemm.cols;
113 Gemm<std::uint8_t, GEMMLOWP_TEST_BIT_DEPTH_PARAMS>(
143 for (auto gemm : gemms) {
144 ops += 2.0 * gemm.rows * gemm.depth * gemm.cols;
183 for (auto gemm : benchmark_gemms) {
186 unique_gemm.push_back(gemm);
190 benchmark_results[gemm].emplace_back(gflops);