Searched refs:num_ch_to_process (Results 1 – 7 of 7) sorted by relevance
/cmsis-nn-3.7.0/Source/NNSupportFunctions/ |
D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 73 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()
|
D | arm_nn_depthwise_conv_nt_t_s16.c | 62 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()
|
D | arm_nn_depthwise_conv_nt_t_s8.c | 64 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()
|
D | arm_nn_depthwise_conv_nt_t_s4.c | 66 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/ |
D | arm_depthwise_conv_s8_opt.c | 167 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()
|
D | arm_depthwise_conv_fast_s16.c | 158 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()
|
D | arm_depthwise_conv_s4_opt.c | 169 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()
|