Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_3x3_s8.c106 int32_t out_buff2 = bias[in_ch + 2]; in arm_depthwise_conv_3x3_s8() local
124out_buff2 += ((int8_t)(in_val >> 16) + input_offset) * (int8_t)(ker_val >> 16); in arm_depthwise_conv_3x3_s8()
133 out_buff2 += ((int8_t)(in_val >> 16) + input_offset) * (int8_t)(ker_val >> 16); in arm_depthwise_conv_3x3_s8()
143out_buff2 += ((int8_t)(in_val >> 16) + input_offset) * (int8_t)(ker_val >> 16); in arm_depthwise_conv_3x3_s8()
153out_buff2 = arm_nn_requantize(out_buff2, output_mult[in_ch + 2], output_shift[in_ch + 2]); in arm_depthwise_conv_3x3_s8()
158 out_buff2 += output_offset; in arm_depthwise_conv_3x3_s8()
163 out_buff2 = MIN(MAX(out_buff2, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
168 output[out_idx++] = (int8_t)out_buff2; in arm_depthwise_conv_3x3_s8()