/external/gemmlowp/test/ |
D | benchmark.cc | 68 for (auto gemm : gemms) { in time_for_gemms() local 69 int rows = gemm.rows; in time_for_gemms() 70 int depth = gemm.depth; in time_for_gemms() 71 int cols = gemm.cols; in time_for_gemms() 135 for (auto gemm : gemms) { in gflops_for_gemms() local 136 ops += 2.0 * gemm.rows * gemm.depth * gemm.cols; in gflops_for_gemms() 175 for (auto gemm : benchmark_gemms) { in benchmark() local 178 unique_gemm.push_back(gemm); in benchmark() 182 benchmark_results[gemm].emplace_back(gflops); in benchmark()
|
/external/gemmlowp/meta/ |
D | README | 52 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/ |
D | gemm.cpp | 17 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/tensorflow/tensorflow/core/kernels/ |
D | eigen_mkldnn_contraction_kernel_test.cc | 131 Scalar gemm = mkldnn_result(i); in TEST() local 134 Scalar delta = std::abs(gemm - matmul); in TEST()
|
D | deep_conv2d.cc | 899 GemmState<T> gemm(num_filters, num_tiles, in_depth, gemm_out_buf_size, in operator ()() local 904 gemm.PackRhs(); in operator ()() 906 gemm.Compute(); in operator ()()
|
/external/eigen/bench/ |
D | bench_gemm.cpp | 130 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/ |
D | blas_interface_impl.hh | 42 BLAS_FUNC(gemm)(¬rans,¬rans,&N,&N,&N,&fone,A,&N,B,&N,&fzero,X,&N); in matrix_matrix_product() 46 BLAS_FUNC(gemm)(¬rans,¬rans,&N,&N,&N,&fone,A,&N,B,&N,&fzero,X,&N); in transposed_matrix_matrix_product()
|
/external/eigen/doc/ |
D | UsingBlasLapackBackends.dox | 72 ?gemm
|
D | TutorialMatrixArithmetic.dox | 147 …as() -= 2 * a.adjoint() * b;</tt> are fully optimized and trigger a single gemm-like function call.
|
/external/eigen/blas/ |
D | level3_impl.h | 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
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 8825 "gemm", 20192 "gemm",
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 78153 gemm %7773
|