Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DDepthwiseConvolutionLayer.cpp73 const float patch_width = (filter_width + (dilation.x() - 1) * (filter_width - 1)); in depthwise_convolution_fp() local
76 const int patch_half_width_floor = patch_width / 2; in depthwise_convolution_fp()
79 const auto patch_half_width_ceil = static_cast<int>(std::ceil(patch_width / 2)); in depthwise_convolution_fp()
166 const float patch_width = (filter_width + (dilation.x() - 1) * (filter_width - 1)); in depthwise_convolution_quantized() local
169 const int patch_half_width_floor = patch_width / 2; in depthwise_convolution_quantized()
172 const auto patch_half_width_ceil = static_cast<int>(std::ceil(patch_width / 2)); in depthwise_convolution_quantized()
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dimage_utils.h201 const int patch_width = patch_image->GetWidth(); in CopyArea() local
204 const float x_dist_between_samples = patch_width > 0 ? in CopyArea()
205 area_to_copy.GetWidth() / (patch_width - 1) : 0; in CopyArea()
214 for (int x_index = 0; x_index < patch_width; ++x_index) { in CopyArea()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dim2col.cuh209 const int64_t patch_width, in col2im() argument
229 patch_width, in col2im()
303 const int64_t patch_width, in col2im_batched() argument
330 patch_width, in col2im_batched()