Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4_opt.c252 int16_t *const col_buffer_start = buffer_a; in arm_depthwise_conv_s4_opt() local
253 int16_t *col_buffer = col_buffer_start; in arm_depthwise_conv_s4_opt()
336 int16_t *col_pos = col_buffer_start + col_shift; in arm_depthwise_conv_s4_opt()
466 const int16_t *col_pos = col_buffer_start + col_shift; in arm_depthwise_conv_s4_opt()
536 int16_t *col_pos = col_buffer_start + col_shift; 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()
679 col_buffer = col_buffer_start; in arm_depthwise_conv_s4_opt()
Darm_depthwise_conv_s8_opt.c212 int16_t *const col_buffer_start = buffer_a; in arm_depthwise_conv_s8_opt() local
213 int16_t *col_buffer = col_buffer_start; in arm_depthwise_conv_s8_opt()
289 int16_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_s8_opt()
377 int16_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_s8_opt()
401 col_buffer = col_buffer_start; in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c220 int16_t *const col_buffer_start = buffer_a; in arm_depthwise_conv_fast_s16() local
221 int16_t *col_buffer = col_buffer_start; in arm_depthwise_conv_fast_s16()
299 int16_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_fast_s16()
398 int16_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_fast_s16()
422 col_buffer = col_buffer_start; in arm_depthwise_conv_fast_s16()