Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Source/ConvolutionFunctions/
Darm_nn_mat_mult_kernel_s8_s16.c83 int32_t col_count = num_col_a / 4; in arm_nn_mat_mult_kernel_s8_s16() local
111 int32_t col_count = num_col_a; in arm_nn_mat_mult_kernel_s8_s16() local
178 int32_t col_count = num_col_a >> 2; in arm_nn_mat_mult_kernel_s8_s16() local
199 int32_t col_count = num_col_a; in arm_nn_mat_mult_kernel_s8_s16() local
Darm_depthwise_conv_s8_opt.c288 uint16_t col_count = (kernel_x * kernel_y) / 2; in arm_depthwise_conv_s8_opt() local
384 const uint16_t col_count = (kernel_x * kernel_y); in arm_depthwise_conv_s8_opt() local
Darm_convolve_fast_s16.c162 int32_t col_count = rhs_cols >> 2; in arm_convolve_fast_s16() local
Darm_depthwise_conv_fast_s16.c298 uint16_t col_count = (kernel_x * kernel_y) / 2; in arm_depthwise_conv_fast_s16() local
401 const uint16_t col_count = (kernel_x * kernel_y); in arm_depthwise_conv_fast_s16() local
/cmsis-nn-3.6.0-3.5.0/Source/NNSupportFunctions/
Darm_nn_mat_mul_kernel_s16.c85 uint16_t col_count = num_col_a / 4; in arm_nn_mat_mult_kernel_s16() local
188 uint16_t col_count = num_col_a >> 2; in arm_nn_mat_mult_kernel_s16() local