Searched defs:result_fixedpoint_multiplier (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/ |
H A D | NEAsymm.h | 82 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 D | NESymm.h | 53 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 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 …gure(ITensorInfo *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int … in configure()
|
H A D | CpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp | 175 …gure(ITensorInfo *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int … in configure()
|
H A D | CpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp | 182 …gure(ITensorInfo *src, ITensorInfo *bias, ITensorInfo *dst, int result_fixedpoint_multiplier, int … in configure()
|
/aosp_15_r20/external/gemmlowp/public/ |
H A D | output_stages.h | 116 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 D | GEMMLowp.cpp | 100 …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 D | GEMMLowpFixture.h | 552 …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 D | test.cc | 1461 std::int32_t result_fixedpoint_multiplier = result_mult_int; in TestOutputStages() local
|