Searched refs:ker_y_end (Results 1 – 4 of 4) sorted by relevance
230 const int ker_y_end = MIN(kernel_y, input_y - base_idx_y); in arm_depthwise_conv_s8_opt() local239 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in arm_depthwise_conv_s8_opt()261 const int diff = kernel_y - ker_y_end; in arm_depthwise_conv_s8_opt()
175 const int ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_u8_generic() local179 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_u8_generic()
189 const int ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_s8_generic() local193 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s8_generic()
327 const int32_t ker_y_end = MIN(kernel_y, input_y - base_idx_y); in arm_convolve_s8()330 for (i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in arm_convolve_s8()