Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s8.c84 int32x4_t ker_sum = vdupq_n_s32(0); in arm_nn_depthwise_conv_nt_t_s8() local
89 ker_sum = vaddq_s32(ker_sum, ker_0); in arm_nn_depthwise_conv_nt_t_s8()
111 ker_sum = vmulq_n_s32(ker_sum, input_offset); in arm_nn_depthwise_conv_nt_t_s8()
112 out_0 = ker_sum + out_0; in arm_nn_depthwise_conv_nt_t_s8()
113 out_1 = ker_sum + out_1; in arm_nn_depthwise_conv_nt_t_s8()
114 out_2 = ker_sum + out_2; in arm_nn_depthwise_conv_nt_t_s8()
115 out_3 = ker_sum + out_3; in arm_nn_depthwise_conv_nt_t_s8()
Darm_nn_depthwise_conv_nt_t_s4.c88 int32x4_t ker_sum = vdupq_n_s32(0); in arm_nn_depthwise_conv_nt_t_s4() local
112 ker_sum = vaddq_s32(ker_sum, ker_0); in arm_nn_depthwise_conv_nt_t_s4()
146 ker_sum = vaddq_s32(ker_sum, ker_0); in arm_nn_depthwise_conv_nt_t_s4()
169 ker_sum = vmulq_n_s32(ker_sum, input_offset); in arm_nn_depthwise_conv_nt_t_s4()
170 out_0 = ker_sum + out_0; in arm_nn_depthwise_conv_nt_t_s4()
171 out_1 = ker_sum + out_1; in arm_nn_depthwise_conv_nt_t_s4()
172 out_2 = ker_sum + out_2; in arm_nn_depthwise_conv_nt_t_s4()
173 out_3 = ker_sum + out_3; in arm_nn_depthwise_conv_nt_t_s4()