Home
last modified time | relevance | path

Searched refs:num_ch_to_process (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_padded_s8.c65 uint32_t num_ch_to_process = num_ch; in arm_nn_depthwise_conv_nt_t_padded_s8() local
68 num_ch_to_process -= 4, out += 4, offset += 4, i_loop_cnt++) in arm_nn_depthwise_conv_nt_t_padded_s8()
120 mve_pred16_t p = vctp32q(num_ch_to_process); in arm_nn_depthwise_conv_nt_t_padded_s8()
Darm_nn_depthwise_conv_nt_t_s8.c64 uint32_t num_ch_to_process = num_ch; in arm_nn_depthwise_conv_nt_t_s8() local
67 num_ch_to_process -= 4, offset += 4, out += 4, i_loop_cnt++) in arm_nn_depthwise_conv_nt_t_s8()
117 mve_pred16_t p = vctp32q(num_ch_to_process); in arm_nn_depthwise_conv_nt_t_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c169 int32_t num_ch_to_process = input_ch; in arm_depthwise_conv_s8_opt() local
170 …for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; num_ch_to_process -= 4, offset += 4,… in arm_depthwise_conv_s8_opt()
195 mve_pred16_t p = vctp32q((uint32_t)num_ch_to_process); in arm_depthwise_conv_s8_opt()