Searched refs:blas_gemm (Results 1 - 1 of 1) sorted by relevance

/external/eigen/bench/
H A Dbench_gemm.cpp45 void blas_gemm(const MatrixXf& a, const MatrixXf& b, MatrixXf& c) function
56 EIGEN_DONT_INLINE void blas_gemm(const MatrixXd& a, const MatrixXd& b, MatrixXd& c) function
67 void blas_gemm(const MatrixXcf& a, const MatrixXcf& b, MatrixXcf& c) function
78 void blas_gemm(const MatrixXcd& a, const MatrixXcd& b, MatrixXcd& c) function
179 blas_gemm(a,b,r);
189 blas_gemm(a,b,r);
201 BENCH(tblas, tries, rep, blas_gemm(a,b,c));

Completed in 3090 milliseconds