Searched refs:i_input_ch (Results 1 – 3 of 3) sorted by relevance
310 int32_t i_out_ch, i_out_y, i_out_x, i_input_ch, i_ker_y, i_ker_x; in arm_convolve_s8()336 for (i_input_ch = 0; i_input_ch < input_ch; i_input_ch++) in arm_convolve_s8()339 … (input_data[(in_row * input_x + in_col) * input_ch + i_input_ch] + input_offset) * in arm_convolve_s8()341 … (i_ker_y * kernel_x + i_ker_x) * input_ch + i_input_ch]; in arm_convolve_s8()
165 for (int i_input_ch = 0; i_input_ch < input_ch; i_input_ch++) in depthwise_conv_u8_generic() local169 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_u8_generic()185 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_u8_generic()
179 for (int i_input_ch = 0; i_input_ch < input_ch; i_input_ch++) in depthwise_conv_s8_generic() local183 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s8_generic()199 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s8_generic()