Lines Matching full:if
64 if (ctx->buf == NULL) in arm_convolve_s8()
99 if (input_ch % groups != 0 || output_ch % groups != 0) in arm_convolve_s8()
109 if (upscale_dims) in arm_convolve_s8()
124 #if defined(ARM_MATH_MVEI) in arm_convolve_s8()
152 if (y_rshift == 1 || x_rshift == 1) in arm_convolve_s8()
161 … // Don't copy data when padding, or for every second row if stride_y == 2 in arm_convolve_s8()
162 if ((k_y < 0 || k_y >= input_y) || (k_y % 2 && y_rshift == 1)) in arm_convolve_s8()
173 … // Don't copy data when padding, or for every second element if stride_x == 2 in arm_convolve_s8()
174 … if ((k_x >= 0 && k_x < input_x) && ((k_x % 2 == 0) || x_rshift == 0)) in arm_convolve_s8()
196 if (k_y < 0 || k_y >= input_y || k_x < 0 || k_x >= input_x) in arm_convolve_s8()
212 #if defined(ARM_MATH_MVEI) in arm_convolve_s8()
216 if (lhs_rows == 4) in arm_convolve_s8()
240 #if defined(ARM_MATH_DSP) in arm_convolve_s8()
252 if (lhs_rows == 2) in arm_convolve_s8()
254 if (groups > 1) in arm_convolve_s8()
295 if (out == NULL) in arm_convolve_s8()
301 if (lhs_rows != 0) in arm_convolve_s8()
303 #if defined(ARM_MATH_MVEI) in arm_convolve_s8()
323 #else // #if defined(ARM_MATH_MVEI) in arm_convolve_s8()
332 if (bias_data_ptr) in arm_convolve_s8()
339 #if defined(ARM_MATH_DSP) in arm_convolve_s8()
381 #endif // #if defined(ARM_MATH_MVEI) in arm_convolve_s8()