Searched defs:gemm (Results 1 – 4 of 4) sorted by relevance
81 for (auto gemm : gemms) { in time_for_gemms() local148 for (auto gemm : gemms) { in gflops_for_gemms() local188 for (auto gemm : benchmark_gemms) { in benchmark() local
17 void gemm(const Mat &A, const Mat &B, Mat &C) in gemm() function
12 int EIGEN_BLAS_FUNC(gemm)(const char *opa, const char *opb, const int *m, const int *n, const int *… in EIGEN_BLAS_FUNC() argument
130 EIGEN_DONT_INLINE void gemm(const A& a, const B& b, C& c) in gemm() function