/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 | 130 static bool Gemm(Context* context, in Gemm() function 170 static bool Gemm(Context* context, in Gemm() function 207 static bool Gemm(Context* context, in Gemm() function 214 gemmlowp::Gemm<std::uint8_t, BitDepthParams, LhsOrder, RhsOrder, in Gemm() 242 static bool Gemm(Context*, const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm() function 267 static bool Gemm(bool transpose_a, bool transpose_b, bool transpose_c, in Gemm() function 412 if (!GemmWrapper::Gemm(context, lhs.const_map(), rhs.const_map(), in test_gemm_impl() 429 ReferenceEightBitIntGemmWrapper<Scalar>::Gemm( in test_gemm_impl()
|
D | benchmark.cc | 105 Gemm<std::uint8_t, GEMMLOWP_TEST_BIT_DEPTH_PARAMS>( in time_for_gemms()
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixMatrix.h | 207 template<typename Scalar, typename Index, typename Gemm, typename Lhs, typename Rhs, typename Dest,… 225 Gemm::run(rows, cols, m_lhs.cols(), 232 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.md | 77 the "depth" dimension of the Gemm). Details can be seen in public/bit_depth.h.
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 383 void Gemm(const Eigen::MatrixBase<Lhs>& lhs, const Eigen::MatrixBase<Rhs>& rhs, in Gemm() function 922 Gemm(filter_matrix_map.transpose(), input_matrix_map, &output_matrix_map); in FullyConnected() 2167 Gemm(filter_matrix_map.transpose(), im2col_matrix_map, &output_matrix_map); in Conv() 2586 Gemm(filter_matrix_map.transpose(), input_matrix_map, &output_matrix_map); in ConvAsGemm() 6532 Gemm(filter_matrix_map.transpose(), im2col_matrix_map, &output_matrix_map); in TransposeConv()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 261 void Gemm(const Eigen::MatrixBase<Lhs>& lhs, const Eigen::MatrixBase<Rhs>& rhs, in Gemm() function 800 Gemm(filter_matrix_map.transpose(), input_matrix_map, &output_matrix_map); in FullyConnected() 6362 Gemm(filter_matrix_map.transpose(), im2col_matrix_map, &output_matrix_map); in TransposeConv()
|
D | legacy_optimized_ops.h | 732 Gemm(filter_matrix_map.transpose(), input_matrix_map, &output_matrix_map); in ConvAsGemm()
|