Home
last modified time | relevance | path

Searched defs:result_fixedpoint_multiplier (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/
H A DNEAsymm.h82 int result_fixedpoint_multiplier, in finalize_quantization()
164 int result_fixedpoint_multiplier, in finalize_quantization()
238 const int32x4x4_t &result_fixedpoint_multiplier, in finalize_quantization_symm()
333 inline uint8_t finalize_quantization(int32_t in_value, int result_fixedpoint_multiplier, in finalize_quantization()
376 inline int8_t finalize_quantization(int32_t in_value, int result_fixedpoint_multiplier, in finalize_quantization()
H A DNESymm.h53 int result_fixedpoint_multiplier, in finalize_quantization_int16()
101 inline int16_t finalize_quantization_int16(int32_t in_value, int result_fixedpoint_multiplier, 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()
225int result_fixedpoint_multiplier, int result_shift, int result_offset_after_shift) in output_stage_nchw()
305int result_fixedpoint_multiplier, int result_shift, int result_offset_after_shift) in output_stage_nhwc()
H A DCpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp185 …gure(ITensorInfo *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int … in configure()
H A DCpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp175 …gure(ITensorInfo *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int … in configure()
H A DCpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp182 …gure(ITensorInfo *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int … in configure()
/aosp_15_r20/external/gemmlowp/public/
H A Doutput_stages.h116 std::int32_t result_fixedpoint_multiplier; member
136 std::int32_t result_fixedpoint_multiplier; member
156 VectorMap<const std::int32_t, tShape> result_fixedpoint_multiplier; member
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DGEMMLowp.cpp100 …t SimpleTensor<TIn> *bias, SimpleTensor<TOut> *dst, std::vector<int32_t> result_fixedpoint_multipl… in quantize_down_scale_by_fixedpoint()
263 …wn_scale_by_fixedpoint(const SimpleTensor<TIn> &in, std::vector<int32_t> result_fixedpoint_multipl… in gemmlowp_quantize_down_scale_by_fixedpoint()
274 …mpleTensor<TIn> &in, const SimpleTensor<TIn> &bias, std::vector<int32_t> result_fixedpoint_multipl… in gemmlowp_quantize_down_scale_by_fixedpoint()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMLowpFixture.h552 …void setup(TensorShape shape, int32_t result_fixedpoint_multiplier, int32_t result_shift, int32_t … in setup()
566 …TensorType compute_target(const TensorShape &shape, int32_t result_fixedpoint_multiplier, int32_t … in compute_target()
647 …void setup(TensorShape shape, int32_t result_fixedpoint_multiplier, int32_t result_shift, int32_t … in setup()
661 …TensorType compute_target(const TensorShape &shape, int32_t result_fixedpoint_multiplier, int32_t … in compute_target()
845 …void setup(TensorShape shape, int32_t result_fixedpoint_multiplier, int32_t result_shift, int32_t … in setup()
859 …TensorType compute_target(const TensorShape &shape, int32_t result_fixedpoint_multiplier, int32_t … in compute_target()
/aosp_15_r20/external/gemmlowp/test/
H A Dtest.cc1461 std::int32_t result_fixedpoint_multiplier = result_mult_int; in TestOutputStages() local