Home
last modified time | relevance | path

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

/cmsis-nn-3.7.0/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_padded_s8.c73 uint32_t num_ch_to_process = active_ch; in arm_nn_depthwise_conv_nt_t_padded_s8() local
76 num_ch_to_process -= 4, out += 4, offset += 4, i_loop_cnt++) in arm_nn_depthwise_conv_nt_t_padded_s8()
132 mve_pred16_t p = vctp32q(num_ch_to_process); in arm_nn_depthwise_conv_nt_t_padded_s8()
Darm_nn_depthwise_conv_nt_t_s16.c62 uint32_t num_ch_to_process = num_ch; in arm_nn_depthwise_conv_nt_t_s16() local
65 num_ch_to_process -= 4, offset += 4, out += 4, i_loop_cnt++) in arm_nn_depthwise_conv_nt_t_s16()
126 mve_pred16_t p = vctp32q(num_ch_to_process); in arm_nn_depthwise_conv_nt_t_s16()
Darm_nn_depthwise_conv_nt_t_s8.c64 uint32_t num_ch_to_process = active_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()
121 mve_pred16_t p = vctp32q(num_ch_to_process); in arm_nn_depthwise_conv_nt_t_s8()
Darm_nn_depthwise_conv_nt_t_s4.c66 uint32_t num_ch_to_process = active_ch; in arm_nn_depthwise_conv_nt_t_s4() local
71 num_ch_to_process -= 4, offset += 4, out += 4, i_loop_cnt++) in arm_nn_depthwise_conv_nt_t_s4()
179 mve_pred16_t p = vctp32q(num_ch_to_process); in arm_nn_depthwise_conv_nt_t_s4()
/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c167 int32_t num_ch_to_process = active_ch; in arm_depthwise_conv_s8_opt() local
170 num_ch_to_process -= 4, offset += 4, i_loop_cnt++) in arm_depthwise_conv_s8_opt()
198 mve_pred16_t p = vctp32q((uint32_t)num_ch_to_process); in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c158 int32_t num_ch_to_process = input_ch; in arm_depthwise_conv_fast_s16() local
160 …for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; num_ch_to_process -= 4, offset += 4,… in arm_depthwise_conv_fast_s16()
204 mve_pred16_t p = vctp32q((uint32_t)num_ch_to_process); in arm_depthwise_conv_fast_s16()
Darm_depthwise_conv_s4_opt.c169 int32_t num_ch_to_process = active_ch; in arm_depthwise_conv_s4_opt() local
172 num_ch_to_process -= 4, offset += 4, i_loop_cnt++) in arm_depthwise_conv_s4_opt()
240 mve_pred16_t p = vctp32q((uint32_t)num_ch_to_process); in arm_depthwise_conv_s4_opt()