Searched refs:patch_half_width_ceil (Results 1 – 1 of 1) sorted by relevance
79 const auto patch_half_width_ceil = static_cast<int>(std::ceil(patch_width / 2)); in depthwise_convolution_fp() local108 … for(int i = x - patch_half_width_floor; i < x + patch_half_width_ceil; i += dilation.x()) in depthwise_convolution_fp()172 const auto patch_half_width_ceil = static_cast<int>(std::ceil(patch_width / 2)); in depthwise_convolution_quantized() local211 … for(int i = x - patch_half_width_floor; i < x + patch_half_width_ceil; i += dilation.x()) in depthwise_convolution_quantized()