Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c62 int32x4_t ip_0; in arm_nn_depthwise_conv_s8_core() local
83 ip_0 = vldrhq_s32(col_0); in arm_nn_depthwise_conv_s8_core()
88 out_0 += vmulq_s32(ip_0, ker_0); in arm_nn_depthwise_conv_s8_core()
91 ip_0 = vldrhq_s32(col_0); in arm_nn_depthwise_conv_s8_core()
96 out_0 += vmulq_s32(ip_0, ker_1); in arm_nn_depthwise_conv_s8_core()
99 ip_0 = vldrhq_s32(col_0); in arm_nn_depthwise_conv_s8_core()
104 out_0 += vmulq_s32(ip_0, ker_2); in arm_nn_depthwise_conv_s8_core()
117 ip_0 = vldrhq_s32(col_0); in arm_nn_depthwise_conv_s8_core()
120 out_0 += vmulq_s32(ip_0, ker_0); in arm_nn_depthwise_conv_s8_core()
126 ip_0 = vldrhq_s32(col_0); in arm_nn_depthwise_conv_s8_core()
Darm_depthwise_conv_s4_opt.c205 int32x4_t ip_0 = vldrbq_s32(col_0); in arm_depthwise_conv_s4_opt() local
206 ip_0 = vaddq_n_s32(ip_0, input_offset); in arm_depthwise_conv_s4_opt()
207 out_0 += vmulq_s32(ip_0, ker_0); in arm_depthwise_conv_s4_opt()
224 int32x4_t ip_0 = vldrbq_s32(col_0); in arm_depthwise_conv_s4_opt() local
225 ip_0 = vaddq_n_s32(ip_0, input_offset); in arm_depthwise_conv_s4_opt()
226 out_0 += vmulq_s32(ip_0, ker_0); in arm_depthwise_conv_s4_opt()
Darm_depthwise_conv_s8_opt.c183 int32x4_t ip_0 = vldrbq_s32(col_0); in arm_depthwise_conv_s8_opt() local
184 ip_0 = vaddq_n_s32(ip_0, input_offset); in arm_depthwise_conv_s8_opt()
185 out_0 += vmulq_s32(ip_0, ker_0); in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c171 int32x4_t ip_0 = vldrhq_s32(col_0); in arm_depthwise_conv_fast_s16() local
172 out_0 += vmulq_s32(ip_0, ker_0); in arm_depthwise_conv_fast_s16()
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_padded_s8.c98 int32x4_t ip_0 = vldrbq_s32(lhs_0); in arm_nn_depthwise_conv_nt_t_padded_s8() local
99 ip_0 = vaddq_n_s32(ip_0, input_offset); in arm_nn_depthwise_conv_nt_t_padded_s8()
100 out_0 += vmulq_s32(ip_0, ker_0); in arm_nn_depthwise_conv_nt_t_padded_s8()
Darm_nn_depthwise_conv_nt_t_s4.c114 int32x4_t ip_0 = vldrbq_s32(lhs_0); in arm_nn_depthwise_conv_nt_t_s4() local
115 out_0 += vmulq_s32(ip_0, ker_0); in arm_nn_depthwise_conv_nt_t_s4()
148 int32x4_t ip_0 = vldrbq_s32(lhs_0); in arm_nn_depthwise_conv_nt_t_s4() local
149 out_0 += vmulq_s32(ip_0, ker_0); in arm_nn_depthwise_conv_nt_t_s4()
Darm_nn_depthwise_conv_nt_t_s16.c82 int32x4_t ip_0 = vldrhq_s32(lhs_0); in arm_nn_depthwise_conv_nt_t_s16() local
83 out_0 += vmulq_s32(ip_0, ker_0); in arm_nn_depthwise_conv_nt_t_s16()
Darm_nn_depthwise_conv_nt_t_s8.c91 int32x4_t ip_0 = vldrbq_s32(lhs_0); in arm_nn_depthwise_conv_nt_t_s8() local
92 out_0 += vmulq_s32(ip_0, ker_0); in arm_nn_depthwise_conv_nt_t_s8()