Home
last modified time | relevance | path

Searched refs:gemm (Results 1 – 9 of 9) sorted by relevance

/external/gemmlowp/test/
Dbenchmark.cc81 for (auto gemm : gemms) { in time_for_gemms() local
82 int rows = gemm.rows; in time_for_gemms()
83 int depth = gemm.depth; in time_for_gemms()
84 int cols = gemm.cols; in time_for_gemms()
148 for (auto gemm : gemms) { in gflops_for_gemms() local
149 ops += 2.0 * gemm.rows * gemm.depth * gemm.cols; in gflops_for_gemms()
188 for (auto gemm : benchmark_gemms) { in benchmark() local
191 unique_gemm.push_back(gemm); in benchmark()
195 benchmark_results[gemm].emplace_back(gflops); in benchmark()
/external/gemmlowp/meta/
DREADME52 Using those multiplication and packing/unpacking primitives 144 gemm function
53 versions were prepared. On top of them one high level gemm function that would
64 The library shows up to 35% faster gemm execution in some cases (e.g. ImageNet
71 -- generated ARM/NEON 8bit x 8bit gemm implementation. Contains all the
73 a single gemm function that switches between the optimized versions based
77 -- a simple parallelization scheme for the gemm function.
/external/eigen/bench/perf_monitoring/gemm/
Dgemm.cpp17 void gemm(const Mat &A, const Mat &B, Mat &C) in gemm() function
47 BENCH(t, tries, rep, gemm(A,B,C)); in bench()
/external/eigen/bench/
Dbench_gemm.cpp130 EIGEN_DONT_INLINE void gemm(const A& a, const B& b, C& c) in gemm() function
249 gemm(a,b,c); in main()
268 BENCH(tmt, tries, rep, gemm(a,b,c)); in main()
279 BENCH(tmono, tries, rep, gemm(a,b,c)); in main()
/external/eigen/bench/btl/libs/BLAS/
Dblas_interface_impl.hh42 BLAS_FUNC(gemm)(&notrans,&notrans,&N,&N,&N,&fone,A,&N,B,&N,&fzero,X,&N); in matrix_matrix_product()
46 BLAS_FUNC(gemm)(&notrans,&notrans,&N,&N,&N,&fone,A,&N,B,&N,&fzero,X,&N); in transposed_matrix_matrix_product()
/external/eigen/doc/
DUsingBlasLapackBackends.dox72 ?gemm
DTutorialMatrixArithmetic.dox147 …as() -= 2 * a.adjoint() * b;</tt> are fully optimized and trigger a single gemm-like function call.
/external/eigen/blas/
Dlevel3_impl.h12 int EIGEN_BLAS_FUNC(gemm)(const char *opa, const char *opb, const int *m, const int *n, const int *… in EIGEN_BLAS_FUNC() argument
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt8424 "gemm",