Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c213 int16_t *col_buffer = col_buffer_start; in arm_depthwise_conv_s8_opt() local
236 … memset(&col_buffer[index], 0, (kernel_x * input_ch) * ker_y_start * sizeof(int16_t)); in arm_depthwise_conv_s8_opt()
249 memset(&col_buffer[index], 0, input_ch * sizeof(int16_t)); in arm_depthwise_conv_s8_opt()
254 &col_buffer[index], in arm_depthwise_conv_s8_opt()
265 memset(&col_buffer[index], 0, (kernel_x * input_ch) * diff * sizeof(int16_t)); in arm_depthwise_conv_s8_opt()
401 col_buffer = col_buffer_start; in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c221 int16_t *col_buffer = col_buffer_start; in arm_depthwise_conv_fast_s16() local
247 … memset(&col_buffer[index], 0, (kernel_x * input_ch) * ker_y_start * sizeof(int16_t)); in arm_depthwise_conv_fast_s16()
261 memset(&col_buffer[index], 0, input_ch * sizeof(int16_t)); in arm_depthwise_conv_fast_s16()
265 arm_memcpy_q15(&col_buffer[index], in arm_depthwise_conv_fast_s16()
276 memset(&col_buffer[index], 0, (kernel_x * input_ch) * diff * sizeof(int16_t)); in arm_depthwise_conv_fast_s16()
422 col_buffer = col_buffer_start; in arm_depthwise_conv_fast_s16()
Darm_depthwise_conv_s4_opt.c253 int16_t *col_buffer = col_buffer_start; in arm_depthwise_conv_s4_opt() local
278 … memset(&col_buffer[index], 0, (kernel_x * input_ch) * ker_y_start * sizeof(int16_t)); in arm_depthwise_conv_s4_opt()
291 memset(&col_buffer[index], 0, input_ch * sizeof(int16_t)); in arm_depthwise_conv_s4_opt()
296 &col_buffer[index], in arm_depthwise_conv_s4_opt()
307 memset(&col_buffer[index], 0, (kernel_x * input_ch) * diff * sizeof(int16_t)); in arm_depthwise_conv_s4_opt()
679 col_buffer = col_buffer_start; in arm_depthwise_conv_s4_opt()