Lines Matching refs:Gemm
105 // *GemmWrapper's allow to wrap various Gemm functions in a uniform
121 static void Gemm(Context* context,
152 static void Gemm(Context* context,
174 static const char* Name() { return "public Gemm"; }
179 static void Gemm(Context* context,
185 gemmlowp::Gemm<uint8_t, BitDepthParams, LhsOrder, RhsOrder, ResultOrder>(
211 static void Gemm(Context*, const MatrixMap<const Scalar, LhsOrder>& lhs,
234 static void Gemm(bool transpose_a, bool transpose_b, bool transpose_c,
376 GemmWrapper::Gemm(context, lhs.const_map(), rhs.const_map(), &result->map(),
388 ReferenceEightBitIntGemmWrapper<Scalar>::Gemm(
1064 // This is the most realistic test of how we'll be using the low-precision GEMM
1323 // Test the internal GEMM interfaces
1325 DefaultKernel<KernelFamily::Gemm, DefaultL8R8BitDepthParams>,
1329 DefaultKernel<KernelFamily::Gemm, DefaultL8R8BitDepthParams>,
1332 // Test the public GEMM interfaces
1358 DefaultKernel<KernelFamily::Gemm, DefaultL7R5BitDepthParams>,