Home
last modified time | relevance | path

Searched defs:loop_count (Results 1 – 17 of 17) sorted by relevance

/cmsis-nn-latest/Source/BasicMathFunctions/
Darm_elementwise_mul_s16_batch_offset.c60 int32_t loop_count; in arm_elementwise_mul_s16_batch_offset() local
Darm_elementwise_mul_s16.c64 int32_t loop_count; in arm_elementwise_mul_s16() local
Darm_elementwise_mul_s16_s8.c61 int32_t loop_count = block_size; in arm_elementwise_mul_s16_s8() local
Darm_elementwise_mul_acc_s16.c64 int32_t loop_count; in arm_elementwise_mul_acc_s16() local
Darm_elementwise_add_s16.c112 int32_t loop_count = block_size / 2; in arm_elementwise_add_s16() local
Darm_elementwise_mul_s8.c63 int32_t loop_count; in arm_elementwise_mul_s8() local
/cmsis-nn-latest/Source/PoolingFunctions/
Darm_max_pool_s16.c37 int32_t loop_count = (length + 7) / 8; in compare_and_replace_if_larger() local
91 int32_t loop_count = (length + 7) / 8; in clamp_output() local
Darm_max_pool_s8.c37 int32_t loop_count = (length + 15) / 16; in compare_and_replace_if_larger_q7() local
100 int32_t loop_count = (length + 15) / 16; in clamp_output() local
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_padded_s8.c71 int32_t loop_count = (active_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_padded_s8() local
Darm_nn_depthwise_conv_nt_t_s8.c63 int32_t loop_count = (active_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_s8() local
Darm_nn_depthwise_conv_nt_t_s16.c61 int32_t loop_count = (num_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_s16() local
Darm_nn_depthwise_conv_nt_t_s4.c65 int32_t loop_count = (active_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_s4() local
/cmsis-nn-latest/Source/SVDFunctions/
Darm_svdf_state_s16_s8.c237 const int32_t loop_count = (num_elements + 3) / 4; in arm_svdf_state_s16_s8() local
Darm_svdf_s8.c252 const int32_t loop_count = (num_elements + 3) / 4; in arm_svdf_s8() local
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c166 int32_t loop_count = (active_ch + 3) / 4; in arm_depthwise_conv_s8_opt() local
Darm_depthwise_conv_fast_s16.c157 int32_t loop_count = (input_ch + 3) / 4; in arm_depthwise_conv_fast_s16() local
Darm_depthwise_conv_s4_opt.c168 int32_t loop_count = (active_ch + 3) / 4; in arm_depthwise_conv_s4_opt() local