Home
last modified time | relevance | path

Searched refs:BitDepthSetting (Results 1 – 6 of 6) sorted by relevance

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.h48 enum class BitDepthSetting { enum
60 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth);
66 int ldc, BitDepthSetting bit_depth);
Deight_bit_int_gemm.cc77 BitDepthSetting bit_depth) { in EightBitIntGemmImpl()
97 case BitDepthSetting::BIT_DEPTH_SETTING: \ in EightBitIntGemmImpl()
115 int ldc, BitDepthSetting bit_depth) { in EightBitIntGemmInt32Impl()
134 case BitDepthSetting::BIT_DEPTH_SETTING: \ in EightBitIntGemmInt32Impl()
222 BitDepthSetting depth_setting) { in CanHandleMetaFastpath()
224 if (depth_setting != BitDepthSetting::A8B8 || k < 8 || k > 2048) { in CanHandleMetaFastpath()
309 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth) { in EightBitIntGemm()
346 std::int32_t ldc, BitDepthSetting bit_depth) { in EightBitIntGemm()
/external/gemmlowp/test/
Dtest.cc222 template <eight_bit_int_gemm::BitDepthSetting BitDepth>
226 struct BitDepthParamsForSettings<eight_bit_int_gemm::BitDepthSetting::A8B8>
230 struct BitDepthParamsForSettings<eight_bit_int_gemm::BitDepthSetting::A5B7>
233 template <typename Scalar, eight_bit_int_gemm::BitDepthSetting BitDepth>
718 const char* GetBitDepthName(eight_bit_int_gemm::BitDepthSetting b) { in GetBitDepthName()
720 case eight_bit_int_gemm::BitDepthSetting::A8B8: in GetBitDepthName()
722 case eight_bit_int_gemm::BitDepthSetting::A5B7: in GetBitDepthName()
1155 c_shift, ldc, eight_bit_int_gemm::BitDepthSetting::A8B8); in TestWithSmallData()
1170 void TestWithRealData(eight_bit_int_gemm::BitDepthSetting BitDepth, in TestWithRealData()
1186 if (BitDepth == eight_bit_int_gemm::BitDepthSetting::A5B7) { in TestWithRealData()
[all …]
Dbenchmark_meta_gemm.cc100 10, 3, m, gemmlowp::eight_bit_int_gemm::BitDepthSetting::A8B8); in run_gemm()
/external/gemmlowp/doc/
Dless-than-8-bit.md64 ### The BitDepthSetting parameter in the EightBitIntGemm interface
67 EightBitIntGemm takes a BitDepthSetting enum which allows to choose among a
Dpacking.md185 Second, if the BitDepthSetting requires less than 8 bit of precision, then at