Searched refs:ip_0 (Results 1 – 8 of 8) sorted by relevance
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_nn_depthwise_conv_s8_core.c | 62 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()
|
D | arm_depthwise_conv_s4_opt.c | 205 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()
|
D | arm_depthwise_conv_s8_opt.c | 183 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()
|
D | arm_depthwise_conv_fast_s16.c | 171 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/ |
D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 98 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()
|
D | arm_nn_depthwise_conv_nt_t_s4.c | 114 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()
|
D | arm_nn_depthwise_conv_nt_t_s16.c | 82 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()
|
D | arm_nn_depthwise_conv_nt_t_s8.c | 91 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()
|