Home
last modified time | relevance | path

Searched refs:row_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.c61 int32_t row_count = output_ch / ROW_PER_LOOP; in arm_nn_mat_mult_kernel_s8_s16() local
63 while (row_count) in arm_nn_mat_mult_kernel_s8_s16()
167 row_count--; in arm_nn_mat_mult_kernel_s8_s16()
171 row_count = output_ch & (ROW_PER_LOOP - 1); in arm_nn_mat_mult_kernel_s8_s16()
173 if (row_count) in arm_nn_mat_mult_kernel_s8_s16()
176 const mve_pred16_t p = vctp32q((uint32_t)row_count); in arm_nn_mat_mult_kernel_s8_s16()
182 for (int i_ch = 0; i_ch < row_count; i_ch++) in arm_nn_mat_mult_kernel_s8_s16()
214 out_1 += row_count; in arm_nn_mat_mult_kernel_s8_s16()
224 uint16_t row_count = output_ch / 2; in arm_nn_mat_mult_kernel_s8_s16()
227 while (row_count) in arm_nn_mat_mult_kernel_s8_s16()
[all …]
Darm_depthwise_conv_s8_opt.c216 uint16_t row_count; in arm_depthwise_conv_s8_opt() local
267 row_count = output_ch / 4; in arm_depthwise_conv_s8_opt()
273 while (row_count) in arm_depthwise_conv_s8_opt()
363 row_count--; in arm_depthwise_conv_s8_opt()
366 row_count = output_ch & 0x3; in arm_depthwise_conv_s8_opt()
367 while (row_count) in arm_depthwise_conv_s8_opt()
385 row_count--; in arm_depthwise_conv_s8_opt()
Darm_nn_mat_mult_kernel_s8_s16_reordered.c60 uint16_t row_count = output_ch / 2; in arm_nn_mat_mult_kernel_s8_s16_reordered() local
63 while (row_count) in arm_nn_mat_mult_kernel_s8_s16_reordered()
135 row_count--; in arm_nn_mat_mult_kernel_s8_s16_reordered()