Lines Matching refs:dilation_y

68                                       const int32_t dilation_y)  in depthwise_conv_s4_generic()
115 if (dilation_y > 1) in depthwise_conv_s4_generic()
117 … const int32_t start_y_max = (-base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic()
119 … const int32_t end_min_y = (input_y - base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic()
134 int32_t idx_y = base_idx_y + dilation_y * ker_y_start; in depthwise_conv_s4_generic()
157 idx_y += dilation_y; in depthwise_conv_s4_generic()
207 if (dilation_y > 1) in depthwise_conv_s4_generic()
209 … const int32_t start_y_max = (-base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic()
211 … const int32_t end_min_y = (input_y - base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic()
225 int32_t idx_y = base_idx_y + dilation_y * ker_y_start; in depthwise_conv_s4_generic()
254 idx_y += dilation_y; in depthwise_conv_s4_generic()
299 if (dilation_y > 1) in depthwise_conv_s4_generic()
301 … const int32_t start_y_max = (-base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic()
303 … const int32_t end_min_y = (input_y - base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic()
318 int32_t idx_y = base_idx_y + dilation_y * ker_y_start; in depthwise_conv_s4_generic()
342 idx_y += dilation_y; in depthwise_conv_s4_generic()
411 if (dilation_y > 1) in depthwise_conv_s4_generic()
413 … const int32_t start_y_max = (-base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic()
415 … const int32_t end_min_y = (input_y - base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic()
428 int32_t idx_y = base_idx_y + dilation_y * ker_y_start; in depthwise_conv_s4_generic()
459 idx_y += dilation_y; in depthwise_conv_s4_generic()
508 const int32_t dilation_y = dw_conv_params->dilation.h; in arm_depthwise_conv_s4() local
534 dilation_y); in arm_depthwise_conv_s4()