Home
last modified time | relevance | path

Searched refs:vrequantize_pooling_with_scale (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/helpers/
H A DPoolingHelpers.h120 inline Tout vrequantize_pooling_with_scale(const float32x4x4_t &acc, const float quant_rescale, con…
123 inline uint8x16_t vrequantize_pooling_with_scale(const float32x4x4_t &acc, const float quant_rescal… in vrequantize_pooling_with_scale() function
130 inline int8x16_t vrequantize_pooling_with_scale(const float32x4x4_t &acc, const float quant_rescale… in vrequantize_pooling_with_scale() function
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/pool3d/neon/
H A Dquantized.h162 …const auto requantized_dst = vrequantize_pooling_with_scale<q8x16_t>(vres, quant_rescale, scale, n… in avg_poolingMxNxD_q8_neon_ndhwc()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/pool2d/neon/
H A Dquantized.h143 …const auto requantized_dst = vrequantize_pooling_with_scale<q8x16_t>(vres, quant_rescale, scale, n… in poolingMxN_q8_neon_nhwc()