Searched refs:GemmWrapper (Results 1 – 1 of 1) sorted by relevance
/external/gemmlowp/test/ |
D | test.cc | 399 template <typename GemmWrapper, typename LhsType, typename RhsType, 401 void test_gemm_impl(typename GemmWrapper::Context* context, const LhsType& lhs, in test_gemm_impl() 412 if (!GemmWrapper::Gemm(context, lhs.const_map(), rhs.const_map(), in test_gemm_impl() 434 typedef typename GemmWrapper::BitDepthParams BitDepthParams; in test_gemm_impl() 456 test_gemm_impl<GemmWrapper>(context, lhs, rhs, result, lhs_offset, in test_gemm_impl() 471 OrderName(kRhsOrder), OrderName(kResultOrder), GemmWrapper::Name(), in test_gemm_impl() 492 template <typename GemmWrapper, typename LhsType, typename RhsType, 494 void test_gemm(typename GemmWrapper::Context* context, const LhsType& lhs, in test_gemm() 497 test_gemm_impl<GemmWrapper>(context, lhs, rhs, result, lhs_offset, rhs_offset, in test_gemm() 506 template <typename GemmWrapper, MapOrder LhsOrder, MapOrder RhsOrder, [all …]
|