Home
last modified time | relevance | path

Searched refs:Gemm (Results 1 – 8 of 8) sorted by relevance

/external/gemmlowp/internal/
Dkernel_default.h26 enum class KernelFamily { Gemm, Gemv }; enumerator
48 GEMMLOWP_SET_DEFAULT_KERNEL(Gemm, 16, NEON_32_Kernel12x4Depth2)
49 GEMMLOWP_SET_DEFAULT_KERNEL(Gemm, 12,
54 GEMMLOWP_SET_DEFAULT_KERNEL(Gemm, 16, NEON_64_Kernel12x8Depth2)
58 GEMMLOWP_SET_DEFAULT_KERNEL(Gemm, 16, SSE4_32_Kernel4x4Depth2)
62 GEMMLOWP_SET_DEFAULT_KERNEL(Gemm, 16, SSE4_64_Kernel12x4Depth2)
71 GEMMLOWP_SET_DEFAULT_KERNEL(Gemm, 16, DefaultReferenceKernel)
/external/opencv3/modules/core/test/ocl/
Dtest_gemm.cpp56 PARAM_TEST_CASE(Gemm, in PARAM_TEST_CASE() argument
130 OCL_TEST_P(Gemm, Accuracy) in OCL_TEST_P() argument
144 OCL_INSTANTIATE_TEST_CASE_P(Core, Gemm, ::testing::Combine(
/external/gemmlowp/public/
Dgemmlowp.h77 typedef DefaultKernel<KernelFamily::Gemm, BitDepthParams> Kernel; in GemmWithOutputPipelinePC()
82 typedef DefaultKernel<KernelFamily::Gemm, DefaultL8R8BitDepthParams> in GemmWithOutputPipelinePC()
119 void Gemm(GemmContext* context, const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm() function
/external/gemmlowp/test/
Dtest.cc121 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
185 gemmlowp::Gemm<uint8_t, BitDepthParams, LhsOrder, RhsOrder, ResultOrder>( in Gemm()
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
376 GemmWrapper::Gemm(context, lhs.const_map(), rhs.const_map(), &result->map(), in test_gemm_impl()
388 ReferenceEightBitIntGemmWrapper<Scalar>::Gemm( in test_gemm_impl()
1325 DefaultKernel<KernelFamily::Gemm, DefaultL8R8BitDepthParams>, in TestExhaustively()
1329 DefaultKernel<KernelFamily::Gemm, DefaultL8R8BitDepthParams>, in TestExhaustively()
[all …]
Dbenchmark.cc113 Gemm<std::uint8_t, GEMMLOWP_TEST_BIT_DEPTH_PARAMS>( in time_for_gemms()
/external/opencv3/modules/core/perf/opencl/
Dperf_gemm.cpp62 OCL_PERF_TEST_P(GemmFixture, Gemm, ::testing::Combine(
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrix.h203 template<typename Scalar, typename Index, typename Gemm, typename Lhs, typename Rhs, typename Dest,…
221 Gemm::run(rows, cols, m_lhs.cols(),
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc89 Gemm<std::uint8_t, BIT_DEPTH_PARAMS>( \ in EightBitIntGemmImpl()