Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/
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
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/BasicMathFunctions/
Darm_elementwise_mul_s8.c63 int32_t loop_count; in arm_elementwise_mul_s8() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_padded_s8.c63 int32_t loop_count = (num_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 = (num_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_s8() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SVDFunctions/
Darm_svdf_s8.c225 const int32_t loop_count = (num_elements + 3) / 4; in arm_svdf_s8() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c167 int32_t loop_count = (input_ch + 3) / 4; in arm_depthwise_conv_s8_opt() local