Searched refs:num_ch_to_process (Results 1 – 3 of 3) sorted by relevance
65 uint32_t num_ch_to_process = num_ch; in arm_nn_depthwise_conv_nt_t_padded_s8() local68 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()
64 uint32_t num_ch_to_process = num_ch; in arm_nn_depthwise_conv_nt_t_s8() local67 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()
169 int32_t num_ch_to_process = input_ch; in arm_depthwise_conv_s8_opt() local170 …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()