Searched defs:Gemm (Results 1 – 4 of 4) sorted by relevance
| /external/opencv3/modules/core/test/ocl/ |
| D | test_gemm.cpp | 56 PARAM_TEST_CASE(Gemm, in PARAM_TEST_CASE() argument 130 OCL_TEST_P(Gemm, Accuracy) in OCL_TEST_P() argument
|
| /external/gemmlowp/internal/ |
| D | kernel_default.h | 26 enum class KernelFamily { Gemm, Gemv }; enumerator
|
| /external/gemmlowp/public/ |
| D | gemmlowp.h | 119 void Gemm(GemmContext* context, const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm() function
|
| /external/gemmlowp/test/ |
| D | test.cc | 121 static void Gemm(Context* context, in Gemm() function 152 static void Gemm(Context* context, in Gemm() function 179 static void Gemm(Context* context, in Gemm() function 211 static void Gemm(Context*, const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm() function 234 static void Gemm(bool transpose_a, bool transpose_b, bool transpose_c, in Gemm() function
|