Home
last modified time | relevance | path

Searched defs:col_count (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_nn_mat_mult_kernel_s8_s16_reordered.c78 uint16_t col_count = num_col_a / 4; in arm_nn_mat_mult_kernel_s8_s16_reordered() local
148 int32_t col_count = num_col_a / 4; in arm_nn_mat_mult_kernel_s8_s16_reordered() local
Darm_depthwise_conv_s8_opt.c280 uint16_t col_count = (kernel_x * kernel_y) / 2; in arm_depthwise_conv_s8_opt() local
372 const uint16_t col_count = (kernel_x * kernel_y); in arm_depthwise_conv_s8_opt() local
Darm_nn_mat_mult_kernel_s8_s16.c83 int32_t col_count = num_col_a / COL_PER_LOOP; in arm_nn_mat_mult_kernel_s8_s16() local