Searched refs:small_gemms (Results 1 – 1 of 1) sorted by relevance
/external/gemmlowp/test/ |
D | benchmark_meta_gemm.cc | 274 std::vector<Shape> small_gemms; in main() local 275 small_gemms.push_back(Shape(29232, 16, 25)); in main() 276 small_gemms.push_back(Shape(7308, 6, 400)); in main() 277 small_gemms.push_back(Shape(203, 3002, 216)); in main() 279 for (auto& shape : small_gemms) { in main() 296 time_all(&small_gemms, 50, 1.0); in main() 300 time_all(&small_gemms, 50, 10.0); in main() 308 for (auto& shape : small_gemms) { in main()
|