Lines Matching refs:idx_out_ch
181 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s4_generic() local
182 if (idx_out_ch && (idx_out_ch % 2 == 0)) in depthwise_conv_s4_generic()
222 acc_0 = bias[idx_out_ch]; in depthwise_conv_s4_generic()
259 … acc_0 = arm_nn_requantize(acc_0, output_mult[idx_out_ch], output_shift[idx_out_ch]); in depthwise_conv_s4_generic()
276 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s4_generic() local
314 acc_0 = bias[idx_out_ch]; in depthwise_conv_s4_generic()
315 acc_1 = bias[idx_out_ch + 1]; in depthwise_conv_s4_generic()
346 … acc_0 = arm_nn_requantize(acc_0, output_mult[idx_out_ch], output_shift[idx_out_ch]); in depthwise_conv_s4_generic()
353 … arm_nn_requantize(acc_1, output_mult[idx_out_ch + 1], output_shift[idx_out_ch + 1]); in depthwise_conv_s4_generic()
384 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s4_generic() local
385 if (idx_out_ch && (idx_out_ch % 2 == 0)) in depthwise_conv_s4_generic()
426 acc_0 = bias[idx_out_ch]; in depthwise_conv_s4_generic()
468 … acc_0 = arm_nn_requantize(acc_0, output_mult[idx_out_ch], output_shift[idx_out_ch]); in depthwise_conv_s4_generic()