• Home
  • Raw
  • Download

Lines Matching refs:BitDepthParams

120   typedef tBitDepthParams BitDepthParams;  typedef
147 SingleThreadGemm<typename Kernel::Format, Scalar, Scalar, BitDepthParams, in Gemm()
160 typedef tBitDepthParams BitDepthParams; typedef
188 MultiThreadGemm<typename Kernel::Format, Scalar, Scalar, BitDepthParams, in Gemm()
201 typedef tBitDepthParams BitDepthParams; typedef
215 gemmlowp::Gemm<std::uint8_t, BitDepthParams, LhsOrder, RhsOrder, in Gemm()
236 typedef BitDepthParamsForSettings<BitDepth> BitDepthParams; typedef
263 typedef DefaultL8R8BitDepthParams BitDepthParams; typedef
435 typedef typename GemmWrapper::BitDepthParams BitDepthParams; in test_gemm_impl() typedef
513 using BitDepthParams = typename GemmWrapper::BitDepthParams; in test_gemm() typedef
515 MakeRandom<typename BitDepthParams::LhsRange>(&lhs); in test_gemm()
518 MakeRandom<typename BitDepthParams::RhsRange>(&rhs); in test_gemm()
1201 template <typename BitDepthParams, MapOrder ResultOrder>
1207 MakeRandom<typename BitDepthParams::LhsRange>(&lhs); in TestOutputStages()
1208 MakeRandom<typename BitDepthParams::RhsRange>(&rhs); in TestOutputStages()
1493 template <typename BitDepthParams>
1499 SingleThreadGemmWrapper<DefaultKernel<BitDepthParams>, in TestExhaustively()
1500 std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1503 MultiThreadGemmWrapper<DefaultKernel<BitDepthParams>, in TestExhaustively()
1504 std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1507 test_gemm<PublicGemmWrapper<std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1511 SingleThreadGemmWrapper<DefaultKernel<BitDepthParams>, in TestExhaustively()
1512 std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1515 MultiThreadGemmWrapper<DefaultKernel<BitDepthParams>, in TestExhaustively()
1516 std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1519 test_gemv<PublicGemmWrapper<std::uint8_t, BitDepthParams>>(&context); in TestExhaustively()
1577 template <typename BitDepthParams>
1581 TestOutputStages<BitDepthParams, MapOrder::RowMajor>(63, 10, 127, 5, 17, 14); in TestOutputStages()
1582 TestOutputStages<BitDepthParams, MapOrder::ColMajor>(63, 10, 127, 5, 17, 14); in TestOutputStages()
1583 TestOutputStages<BitDepthParams, MapOrder::RowMajor>(630, 10, 1270, 5, 17, in TestOutputStages()
1585 TestOutputStages<BitDepthParams, MapOrder::ColMajor>(630, 10, 1270, 5, 17, in TestOutputStages()