benchmark.cc | 57 struct gemm_t { struct in namespace:gemmlowp 59 gemm_t() : rows(0), depth(0), cols(0) {} function in struct:gemmlowp::gemm_t 60 gemm_t(int r, int d, int c) : rows(r), depth(d), cols(c) {} function in struct:gemmlowp::gemm_t 63 bool operator<(const gemm_t& a, const gemm_t& b) { 70 double time_for_gemms(GemmContext* context, const std::vector<gemm_t>& gemms) { 139 const std::vector<gemm_t>& gemms) { 150 std::map<gemm_t, std::vector<double>> benchmark_results; 152 std::vector<gemm_t> benchmark_gemms; 185 std::vector<gemm_t> unique_gemm [all...] |