/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | GEMMLowpFixture.h | 348 …ensorShape shape, int32_t result_offset, int32_t result_mult_int, int32_t result_shift, int32_t mi… in setup() 362 …nsorShape &shape, int32_t result_offset, int32_t result_mult_int, int32_t result_shift, int32_t mi… in compute_target() 414 …nsorShape &shape, int32_t result_offset, int32_t result_mult_int, int32_t result_shift, int32_t mi… in compute_reference() 450 …ensorShape shape, int32_t result_offset, int32_t result_mult_int, int32_t result_shift, int32_t mi… in setup() 464 …nsorShape &shape, int32_t result_offset, int32_t result_mult_int, int32_t result_shift, int32_t mi… in compute_target() 516 …nsorShape &shape, int32_t result_offset, int32_t result_mult_int, int32_t result_shift, int32_t mi… in compute_reference() 552 …void setup(TensorShape shape, int32_t result_fixedpoint_multiplier, int32_t result_shift, int32_t … in setup() 566 …t(const TensorShape &shape, int32_t result_fixedpoint_multiplier, int32_t result_shift, int32_t re… in compute_target() 610 …(const TensorShape &shape, int32_t result_fixed_point_multiplier, int32_t result_shift, int32_t re… in compute_reference() 647 …void setup(TensorShape shape, int32_t result_fixedpoint_multiplier, int32_t result_shift, int32_t … in setup() [all …]
|
/aosp_15_r20/external/gemmlowp/public/ |
H A D | output_stages.h | 43 std::int32_t result_shift; member 65 std::int32_t result_shift; member 117 std::int32_t result_shift; member 214 std::int32_t result_shift) { in MakeStandardOutputPipeline() 232 std::int32_t result_shift) { in MakeStandardOutputPipeline()
|
H A D | gemmlowp.h | 79 int result_shift) { in Gemm()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | GEMMLowp.cpp | 67 std::vector<int32_t> result_shift, int32_t min, int32_t max) in quantize_down_scale() 101 … std::vector<int32_t> result_shift, int32_t result_offset_after_shift, int32_t min, int32_t max) in quantize_down_scale_by_fixedpoint() 241 …in, int32_t result_offset, std::vector<int32_t> result_mult_int, std::vector<int32_t> result_shift, in gemmlowp_quantize_down_scale() 253 … std::vector<int32_t> result_shift, int32_t min, int32_t max) in gemmlowp_quantize_down_scale() 263 …sor<TIn> &in, std::vector<int32_t> result_fixedpoint_multiplier, std::vector<int32_t> result_shift, in gemmlowp_quantize_down_scale_by_fixedpoint() 275 … std::vector<int32_t> result_shift, int32_t result_offset_after_shift, int32_t min, int32_t max) in gemmlowp_quantize_down_scale_by_fixedpoint()
|
H A D | UtilsQuantizedAsymm.h | 72 …t32_t quantize_down_scale_by_fixedpoint(int32_t val, int32_t result_mult_int, int32_t result_shift, in quantize_down_scale_by_fixedpoint()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/ |
H A D | NEAsymm.h | 83 int32_t result_shift, in finalize_quantization() 165 int32_t result_shift, in finalize_quantization() 239 const int32x4x4_t &result_shift, in finalize_quantization_symm() 334 int32_t result_shift, int32_t result_offset_after_shift_s32, in finalize_quantization() 377 int32_t result_shift, int32_t result_offset_after_shift_s32, in finalize_quantization()
|
H A D | NESymm.h | 54 int32_t result_shift, in finalize_quantization_int16() 102 int32_t result_shift, int16_t min_s16, int16_t max_s16) in finalize_quantization_int16()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuDirectConv2dOutputStageKernel.cpp | 97 int result_fixedpoint_multiplier, int result_shift, int result_offset_after_shift) in output_stage_nchw() 159 int result_fixedpoint_multiplier, int result_shift, int result_offset_after_shift) in output_stage_nhwc() 225 … int result_fixedpoint_multiplier, int result_shift, int result_offset_after_shift) in output_stage_nchw() 305 … int result_fixedpoint_multiplier, int result_shift, int result_offset_after_shift) in output_stage_nhwc()
|
H A D | CpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp | 185 …Info *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int result_shift, in configure()
|
H A D | CpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp | 175 …Info *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int result_shift, in configure()
|
H A D | CpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp | 182 …Info *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int result_shift, in configure()
|
/aosp_15_r20/external/gemmlowp/test/ |
H A D | test.cc | 410 const int result_shift = (result_shift_min + result_shift_max) / 2; in test_gemm_impl() local 777 const int result_shift = c_shift; in TestWithSmallDataPerChannelQuantization() local 974 const int result_shift = c_shift; in TestWithLargeDataPerChannelQuantization() local 1087 const int result_shift = c_shift; in TestMultithreadedPerChannelQuantization() local 1202 int result_mult_int, int result_shift) { in TestOutputStages()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | quantization_util.cc | 248 const int result_shift = a_shift + b_shift + 1; in IntegerDoubleMultiply() local
|
/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/ |
H A D | eight_bit_int_gemm.cc | 79 const int result_shift = c_shift; in EightBitIntGemmImpl() local
|