Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c71 const int16_t *col_0 = col + offset; in arm_nn_depthwise_conv_s8_core() local
83 ip_0 = vldrhq_s32(col_0); in arm_nn_depthwise_conv_s8_core()
85 col_0 += num_ch; in arm_nn_depthwise_conv_s8_core()
91 ip_0 = vldrhq_s32(col_0); in arm_nn_depthwise_conv_s8_core()
93 col_0 += num_ch; in arm_nn_depthwise_conv_s8_core()
99 ip_0 = vldrhq_s32(col_0); in arm_nn_depthwise_conv_s8_core()
101 col_0 += num_ch; in arm_nn_depthwise_conv_s8_core()
117 ip_0 = vldrhq_s32(col_0); in arm_nn_depthwise_conv_s8_core()
123 col_0 += num_ch; 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.c174 … const int8_t *col_0 = lhs_buffer + (kernel_size * S4_CH_IN_BLOCK_MVE * i_buf) + (i_loop_cnt * 4); in arm_depthwise_conv_s4_opt() local
205 int32x4_t ip_0 = vldrbq_s32(col_0); in arm_depthwise_conv_s4_opt()
210 col_0 += S4_CH_IN_BLOCK_MVE; in arm_depthwise_conv_s4_opt()
224 int32x4_t ip_0 = vldrbq_s32(col_0); in arm_depthwise_conv_s4_opt()
228 col_0 += S4_CH_IN_BLOCK_MVE; in arm_depthwise_conv_s4_opt()
Darm_depthwise_conv_s8_opt.c172 … const int8_t *col_0 = lhs_buffer + (kernel_size * CH_IN_BLOCK_MVE * i_buf) + (i_loop_cnt * 4); in arm_depthwise_conv_s8_opt() local
183 int32x4_t ip_0 = vldrbq_s32(col_0); in arm_depthwise_conv_s8_opt()
187 col_0 += CH_IN_BLOCK_MVE; in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c163 const int16_t *col_0 = lhs_buffer + (kernel_size * input_ch * i_buf) + offset; in arm_depthwise_conv_fast_s16() local
171 int32x4_t ip_0 = vldrhq_s32(col_0); in arm_depthwise_conv_fast_s16()
174 col_0 += input_ch; in arm_depthwise_conv_fast_s16()