Searched refs:BitDepthSetting (Results 1 – 6 of 6) sorted by relevance
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.h | 48 enum class BitDepthSetting { enum 60 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth); 66 int ldc, BitDepthSetting bit_depth);
|
D | eight_bit_int_gemm.cc | 77 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/ |
D | test.cc | 222 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 …]
|
D | benchmark_meta_gemm.cc | 100 10, 3, m, gemmlowp::eight_bit_int_gemm::BitDepthSetting::A8B8); in run_gemm()
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.md | 64 ### The BitDepthSetting parameter in the EightBitIntGemm interface 67 EightBitIntGemm takes a BitDepthSetting enum which allows to choose among a
|
D | packing.md | 185 Second, if the BitDepthSetting requires less than 8 bit of precision, then at
|