Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c217 uint16_t row_count; in arm_depthwise_conv_s8_opt() local
268 row_count = output_ch / 4; in arm_depthwise_conv_s8_opt()
274 while (row_count) in arm_depthwise_conv_s8_opt()
371 row_count--; in arm_depthwise_conv_s8_opt()
374 row_count = output_ch & 0x3; in arm_depthwise_conv_s8_opt()
375 while (row_count) in arm_depthwise_conv_s8_opt()
397 row_count--; in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c225 uint16_t row_count; in arm_depthwise_conv_fast_s16() local
279 row_count = output_ch / 4; in arm_depthwise_conv_fast_s16()
285 while (row_count) in arm_depthwise_conv_fast_s16()
392 row_count--; in arm_depthwise_conv_fast_s16()
395 row_count = output_ch & 0x3; in arm_depthwise_conv_fast_s16()
396 while (row_count) in arm_depthwise_conv_fast_s16()
419 row_count--; in arm_depthwise_conv_fast_s16()
Darm_depthwise_conv_s4_opt.c258 uint16_t row_count; in arm_depthwise_conv_s4_opt() local
310 row_count = output_ch / 4; in arm_depthwise_conv_s4_opt()
321 while (row_count) in arm_depthwise_conv_s4_opt()
459 row_count--; in arm_depthwise_conv_s4_opt()
462 row_count = output_ch & 0x3; in arm_depthwise_conv_s4_opt()
464 while (row_count) in arm_depthwise_conv_s4_opt()
510 row_count--; in arm_depthwise_conv_s4_opt()
513 if (row_count == 1) in arm_depthwise_conv_s4_opt()
521 while (row_count) in arm_depthwise_conv_s4_opt()
634 row_count--; in arm_depthwise_conv_s4_opt()
Darm_nn_mat_mult_kernel_row_offset_s8_s16.c61 uint16_t row_count = output_ch / 2; in arm_nn_mat_mult_kernel_row_offset_s8_s16() local
64 while (row_count) in arm_nn_mat_mult_kernel_row_offset_s8_s16()
163 row_count--; in arm_nn_mat_mult_kernel_row_offset_s8_s16()
Darm_nn_mat_mult_kernel_s8_s16.c58 uint16_t row_count = output_ch / 2; in arm_nn_mat_mult_kernel_s8_s16() local
61 while (row_count) in arm_nn_mat_mult_kernel_s8_s16()
158 row_count--; in arm_nn_mat_mult_kernel_s8_s16()
Darm_nn_mat_mult_kernel_s16.c69 int32_t row_count = output_ch / 2; in arm_nn_mat_mult_kernel_s16() local
73 while (row_count) in arm_nn_mat_mult_kernel_s16()
236 row_count--; in arm_nn_mat_mult_kernel_s16()
Darm_nn_mat_mult_kernel_s4_s16.c56 uint16_t row_count = output_ch / 4; in arm_nn_mat_mult_kernel_s4_s16() local
59 while (row_count) in arm_nn_mat_mult_kernel_s4_s16()
328 row_count--; in arm_nn_mat_mult_kernel_s4_s16()