Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_3x3_s8.c105 int32_t out_buff1 = bias[in_ch + 1]; in arm_depthwise_conv_3x3_s8() local
123out_buff1 += ((int8_t)(in_val >> 8) + input_offset) * (int8_t)(ker_val >> 8); in arm_depthwise_conv_3x3_s8()
132 out_buff1 += ((int8_t)(in_val >> 8) + input_offset) * (int8_t)(ker_val >> 8); in arm_depthwise_conv_3x3_s8()
142out_buff1 += ((int8_t)(in_val >> 8) + input_offset) * (int8_t)(ker_val >> 8); in arm_depthwise_conv_3x3_s8()
152out_buff1 = arm_nn_requantize(out_buff1, output_mult[in_ch + 1], output_shift[in_ch + 1]); in arm_depthwise_conv_3x3_s8()
157 out_buff1 += output_offset; in arm_depthwise_conv_3x3_s8()
162 out_buff1 = MIN(MAX(out_buff1, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
167 output[out_idx++] = (int8_t)out_buff1; in arm_depthwise_conv_3x3_s8()