Lines Matching refs:BitDepthParams
119 typedef tBitDepthParams BitDepthParams; typedef
146 SingleThreadGemm<typename Kernel::Format, Scalar, Scalar, BitDepthParams, in Gemm()
159 typedef tBitDepthParams BitDepthParams; typedef
187 MultiThreadGemm<typename Kernel::Format, Scalar, Scalar, BitDepthParams, in Gemm()
200 typedef tBitDepthParams BitDepthParams; typedef
214 gemmlowp::Gemm<std::uint8_t, BitDepthParams, LhsOrder, RhsOrder, in Gemm()
235 typedef BitDepthParamsForSettings<BitDepth> BitDepthParams; typedef
262 typedef DefaultL8R8BitDepthParams BitDepthParams; typedef
434 typedef typename GemmWrapper::BitDepthParams BitDepthParams; in test_gemm_impl() typedef
512 using BitDepthParams = typename GemmWrapper::BitDepthParams; in test_gemm() typedef
514 MakeRandom<typename BitDepthParams::LhsRange>(&lhs); in test_gemm()
517 MakeRandom<typename BitDepthParams::RhsRange>(&rhs); in test_gemm()
1200 template <typename BitDepthParams, MapOrder ResultOrder>
1206 MakeRandom<typename BitDepthParams::LhsRange>(&lhs); in TestOutputStages()
1207 MakeRandom<typename BitDepthParams::RhsRange>(&rhs); in TestOutputStages()
1492 template <typename BitDepthParams>
1498 SingleThreadGemmWrapper<DefaultKernel<BitDepthParams>, in TestExhaustively()
1499 std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1502 MultiThreadGemmWrapper<DefaultKernel<BitDepthParams>, in TestExhaustively()
1503 std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1506 test_gemm<PublicGemmWrapper<std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1510 SingleThreadGemmWrapper<DefaultKernel<BitDepthParams>, in TestExhaustively()
1511 std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1514 MultiThreadGemmWrapper<DefaultKernel<BitDepthParams>, in TestExhaustively()
1515 std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1518 test_gemv<PublicGemmWrapper<std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1576 template <typename BitDepthParams>
1580 TestOutputStages<BitDepthParams, MapOrder::RowMajor>(63, 10, 127, 5, 17, 14); in TestOutputStages()
1581 TestOutputStages<BitDepthParams, MapOrder::ColMajor>(63, 10, 127, 5, 17, 14); in TestOutputStages()
1582 TestOutputStages<BitDepthParams, MapOrder::RowMajor>(630, 10, 1270, 5, 17, in TestOutputStages()
1584 TestOutputStages<BitDepthParams, MapOrder::ColMajor>(630, 10, 1270, 5, 17, in TestOutputStages()