Searched refs:BitDepthSetting (Results 1 – 4 of 4) sorted by relevance
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.h | 50 enum class BitDepthSetting { enum 62 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth); 68 int ldc, BitDepthSetting bit_depth);
|
D | eight_bit_int_gemm.cc | 68 BitDepthSetting bit_depth) { in EightBitIntGemmImpl() 88 case BitDepthSetting::BIT_DEPTH_SETTING: \ in EightBitIntGemmImpl() 106 int ldc, BitDepthSetting bit_depth) { in EightBitIntGemmInt32Impl() 125 case BitDepthSetting::BIT_DEPTH_SETTING: \ in EightBitIntGemmInt32Impl() 207 BitDepthSetting depth_setting) { in CanHandleMetaFastpath() 209 if (depth_setting != BitDepthSetting::A8B8 || k > 2048) { in CanHandleMetaFastpath() 296 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth) { in EightBitIntGemm() 333 std::int32_t ldc, BitDepthSetting bit_depth) { in EightBitIntGemm()
|
/external/gemmlowp/test/ |
D | test.cc | 191 template <eight_bit_int_gemm::BitDepthSetting BitDepth> 195 struct BitDepthParamsForSettings<eight_bit_int_gemm::BitDepthSetting::A8B8> 199 struct BitDepthParamsForSettings<eight_bit_int_gemm::BitDepthSetting::A5B7> 202 template <typename Scalar, eight_bit_int_gemm::BitDepthSetting BitDepth> 695 const char* GetBitDepthName(eight_bit_int_gemm::BitDepthSetting b) { in GetBitDepthName() 697 case eight_bit_int_gemm::BitDepthSetting::A8B8: in GetBitDepthName() 699 case eight_bit_int_gemm::BitDepthSetting::A5B7: in GetBitDepthName() 1052 c_shift, ldc, eight_bit_int_gemm::BitDepthSetting::A8B8); in TestWithSmallData() 1067 void TestWithRealData(eight_bit_int_gemm::BitDepthSetting BitDepth, in TestWithRealData() 1082 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()
|