Lines Matching refs:input
43 static void depthwise_conv_s4_generic(const int8_t *input, in depthwise_conv_s4_generic() argument
150 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()
248 acc_0 += (input[idx_0] + input_offset) * ker_val0; in depthwise_conv_s4_generic()
335 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()
364 input += (input_x * input_y * input_ch); in depthwise_conv_s4_generic()
454 acc_0 += (input[idx_0] + input_offset) * ker_val; in depthwise_conv_s4_generic()
480 input += (input_x * input_y * input_ch); in depthwise_conv_s4_generic()
496 const int8_t *input, in arm_depthwise_conv_s4() argument
509 depthwise_conv_s4_generic(input, in arm_depthwise_conv_s4()