Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c212 q15_t *col_buffer = col_buffer_start; in arm_depthwise_conv_s8_opt() local
235 memset(&col_buffer[index], 0, (kernel_x * input_ch) * ker_y_start * sizeof(q15_t)); in arm_depthwise_conv_s8_opt()
248 memset(&col_buffer[index], 0, input_ch * sizeof(q15_t)); in arm_depthwise_conv_s8_opt()
253 &col_buffer[index], in arm_depthwise_conv_s8_opt()
264 memset(&col_buffer[index], 0, (kernel_x * input_ch) * diff * sizeof(q15_t)); in arm_depthwise_conv_s8_opt()
389 col_buffer = col_buffer_start; in arm_depthwise_conv_s8_opt()