/external/gemmlowp/meta/ |
D | legacy_single_thread_gemm.h | 71 Gemm<GemmExecutorPackRHS, Params, 2, 4, 8>(params); in gemm_q8_strided() 116 Gemm<GemmExecutorPackLHS, Params, 1, 8, 8>(params); in gemv_q8() 118 Gemm<GemmExecutorPackLHS, Params, 2, 4, 8>(params); in gemv_q8() 160 Gemm<GemmExecutorPackRHS, Params, 2, 4, 8>(params); in gemm_i32_strided() 201 Gemm<GemmExecutorPackLHS, Params, 1, 8, 8>(params); in gemv_i32() 203 Gemm<GemmExecutorPackLHS, Params, 1, 6, 8>(params); in gemv_i32() 245 Gemm<GemmExecutorPackRHS, Params, 2, 4, 8>(params); in gemm_f_strided() 286 Gemm<GemmExecutorPackLHS, Params, 1, 8, 8>(params); in gemv_f() 288 Gemm<GemmExecutorPackLHS, Params, 1, 6, 8>(params); in gemv_f()
|
D | test_gemm_correctness.cc | 379 Gemm<Executor, ParamsRowMajor, 2, 4, 8>(params_row); in main() 389 Gemm<Executor, ParamsColumnMajor, 2, 4, 8>(params_col); in main() 399 Gemm<Executor, ParamsRowMajorAsFloat, 2, 4, 8>(params_row_f); in main() 409 Gemm<Executor, ParamsColumnMajorAsFloat, 2, 4, 8>(params_col_f); in main() 419 Gemm<Executor, ParamsRowMajorAsInt32, 2, 4, 8>(params_row_i32); in main() 430 Gemm<Executor, ParamsColumnMajorAsInt32, 2, 4, 8>(params_col_i32); in main()
|
D | multi_thread_gemm.h | 110 Gemm<Executor, Params, kernel_m, kernel_n, kernel_k>(params); in Run() 129 Gemm<Executor, Params, kernel_m, kernel_n, kernel_k>(params); in MultiThreadGemm()
|
D | single_thread_gemm.h | 26 void Gemm(const Params& params); 477 Gemm<GemmExecutorPackRHS, P, m, n, k>(task_params); in ExecuteDispatch3D() 482 Gemm<GemmExecutorPackRHS, P, m, n, k>(task_params); in ExecuteDispatch3D() 526 Gemm<GemmExecutorPackLHS, P, m, n, k>(task_params); in ExecuteDispatch3D() 531 Gemm<GemmExecutorPackLHS, P, m, n, k>(task_params); in ExecuteDispatch3D() 678 inline void Gemm(const Params& params) {
|
/external/gemmlowp/public/ |
D | gemmlowp.h | 74 void Gemm(GemmContextType* context, in Gemm() function
|
/external/gemmlowp/test/ |
D | test.cc | 131 static bool Gemm(Context* context, in Gemm() function 171 static bool Gemm(Context* context, in Gemm() function 208 static bool Gemm(Context* context, in Gemm() function 215 gemmlowp::Gemm<std::uint8_t, BitDepthParams, LhsOrder, RhsOrder, in Gemm() 243 static bool Gemm(Context*, const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm() function 268 static bool Gemm(bool transpose_a, bool transpose_b, bool transpose_c, in Gemm() function 413 if (!GemmWrapper::Gemm(context, lhs.const_map(), rhs.const_map(), in test_gemm_impl() 430 ReferenceEightBitIntGemmWrapper<Scalar>::Gemm( in test_gemm_impl()
|
D | benchmark.cc | 118 Gemm<std::uint8_t, GEMMLOWP_TEST_BIT_DEPTH_PARAMS>( in time_for_gemms()
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixMatrix.h | 208 template<typename Scalar, typename Index, typename Gemm, typename Lhs, typename Rhs, typename Dest,… 226 Gemm::run(rows, cols, m_lhs.cols(), 233 typedef typename Gemm::Traits Traits;
|
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 98 Gemm<std::uint8_t, BIT_DEPTH_PARAMS>( \ in EightBitIntGemmImpl()
|
/external/gemmlowp/doc/ |
D | public.md | 152 ## Gemm section in Gemmlowp's public entry points
|
D | low-precision.md | 56 * In [public/gemmlowp.h](../public/gemmlowp.h), the `Gemm` entry point.
|
D | less-than-8-bit.txt | 41 "depth" dimension of the Gemm).
|
D | less-than-8-bit.md | 77 the "depth" dimension of the Gemm). Details can be seen in public/bit_depth.h.
|