Home
last modified time | relevance | path

Searched defs:result_shift (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMLowpFixture.h348 …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 Doutput_stages.h43 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 Dgemmlowp.h79 int result_shift) { in Gemm()
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DGEMMLowp.cpp67 std::vector<int32_t> result_shift, int32_t min, int32_t max) in quantize_down_scale()
101std::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()
253std::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()
275std::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 DUtilsQuantizedAsymm.h72 …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 DNEAsymm.h83 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 DNESymm.h54 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 DCpuDirectConv2dOutputStageKernel.cpp97 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 DCpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp185 …Info *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int result_shift, in configure()
H A DCpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp175 …Info *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int result_shift, in configure()
H A DCpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp182 …Info *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int result_shift, in configure()
/aosp_15_r20/external/gemmlowp/test/
H A Dtest.cc410 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 Dquantization_util.cc248 const int result_shift = a_shift + b_shift + 1; in IntegerDoubleMultiply() local
/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/
H A Deight_bit_int_gemm.cc79 const int result_shift = c_shift; in EightBitIntGemmImpl() local