Searched refs:end_min_y (Results 1 – 3 of 3) sorted by relevance
119 … const int32_t end_min_y = (input_y - base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic() local120 ker_y_end = MIN(kernel_y, end_min_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() local212 ker_y_end = MIN(kernel_y, end_min_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() local304 ker_y_end = MIN(kernel_y, end_min_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() local416 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s4_generic()
197 … const int32_t end_min_y = (input_y - base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s16_generic_s16() local198 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s16_generic_s16()
223 … const int32_t end_min_y = (input_y - base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s8_generic() local224 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s8_generic()