Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s8.c80 int32x4_t ker_sum = vdupq_n_s32(0); in arm_nn_depthwise_conv_nt_t_s8() local
85 ker_sum = vaddq_s32(ker_sum, ker_0); in arm_nn_depthwise_conv_nt_t_s8()
107 ker_sum = vmulq_n_s32(ker_sum, input_offset); in arm_nn_depthwise_conv_nt_t_s8()
108 out_0 = ker_sum + out_0; in arm_nn_depthwise_conv_nt_t_s8()
109 out_1 = ker_sum + out_1; in arm_nn_depthwise_conv_nt_t_s8()
110 out_2 = ker_sum + out_2; in arm_nn_depthwise_conv_nt_t_s8()
111 out_3 = ker_sum + out_3; in arm_nn_depthwise_conv_nt_t_s8()