Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4_opt.c257 const uint16_t num_cols = kernel_x * kernel_y; in arm_depthwise_conv_s4_opt() local
335 uint16_t col_count = num_cols / 2; in arm_depthwise_conv_s4_opt()
410 col_count = num_cols & 0x1; in arm_depthwise_conv_s4_opt()
478 for (int i = 0; i < num_cols; i++) in arm_depthwise_conv_s4_opt()
499 if (num_cols % 2 == 0) in arm_depthwise_conv_s4_opt()
535 uint16_t col_count = num_cols / 2; in arm_depthwise_conv_s4_opt()
583 col_count = num_cols & 0x1; in arm_depthwise_conv_s4_opt()
585 col_count = num_cols; in arm_depthwise_conv_s4_opt()
651 for (int i = 0; i < num_cols; i++) in arm_depthwise_conv_s4_opt()