Home
last modified time | relevance | path

Searched refs:patch_half_width_ceil (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DDepthwiseConvolutionLayer.cpp79 const auto patch_half_width_ceil = static_cast<int>(std::ceil(patch_width / 2)); in depthwise_convolution_fp() local
108 … 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() local
211 … for(int i = x - patch_half_width_floor; i < x + patch_half_width_ceil; i += dilation.x()) in depthwise_convolution_quantized()