Searched refs:idx_0 (Results 1 – 3 of 3) sorted by relevance
138 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic() local150 acc_0 += (input[idx_0] + input_offset) * ker_val0; in depthwise_conv_s4_generic()151 acc_1 += (input[idx_0 + 1] + input_offset) * ker_val1; in depthwise_conv_s4_generic()153 idx_0 += dilation_x * input_ch; in depthwise_conv_s4_generic()229 … int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic() local248 acc_0 += (input[idx_0] + input_offset) * ker_val0; in depthwise_conv_s4_generic()250 idx_0 += dilation_x * input_ch; in depthwise_conv_s4_generic()322 … int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic() local335 acc_0 += (input[idx_0] + input_offset) * ker_val0; in depthwise_conv_s4_generic()336 acc_1 += (input[idx_0] + input_offset) * ker_val1; in depthwise_conv_s4_generic()[all …]
217 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s16_generic_s16() local220 acc_0 += input[idx_0] * kernel[ker_idx_0]; in depthwise_conv_s16_generic_s16()
243 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s8_generic() local246 acc_0 += (input[idx_0] + input_offset) * kernel[ker_idx_0]; in depthwise_conv_s8_generic()