Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c277 q31_t sum_3 = *bias++; in arm_depthwise_conv_s8_opt() local
317 sum_3 = __SMLAD(op_c, op_b, sum_3); in arm_depthwise_conv_s8_opt()
332 sum_3 += row_pos[2] * col_pos[2]; in arm_depthwise_conv_s8_opt()
351 sum_3 = arm_nn_requantize(sum_3, *output_mult++, *output_shift++); in arm_depthwise_conv_s8_opt()
352 sum_3 += output_offset; in arm_depthwise_conv_s8_opt()
353 sum_3 = MAX(sum_3, output_activation_min); in arm_depthwise_conv_s8_opt()
354 sum_3 = MIN(sum_3, output_activation_max); in arm_depthwise_conv_s8_opt()
355 *output++ = (q7_t)sum_3; in arm_depthwise_conv_s8_opt()