Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4_opt.c260 uint16_t col_shift = 0; in arm_depthwise_conv_s4_opt() local
312 col_shift = 0; in arm_depthwise_conv_s4_opt()
336 int16_t *col_pos = col_buffer_start + col_shift; in arm_depthwise_conv_s4_opt()
340 col_shift += 4; in arm_depthwise_conv_s4_opt()
466 const int16_t *col_pos = col_buffer_start + col_shift; in arm_depthwise_conv_s4_opt()
476 col_shift += 1; in arm_depthwise_conv_s4_opt()
536 int16_t *col_pos = col_buffer_start + col_shift; in arm_depthwise_conv_s4_opt()
540 col_shift += 4; in arm_depthwise_conv_s4_opt()
639 const int16_t *col_pos = col_buffer_start + col_shift; in arm_depthwise_conv_s4_opt()
640 const int16_t *col_pos_2 = col_buffer_start + col_shift + 1; in arm_depthwise_conv_s4_opt()