Searched refs:patch_width (Results 1 – 3 of 3) sorted by relevance
73 const float patch_width = (filter_width + (dilation.x() - 1) * (filter_width - 1)); in depthwise_convolution_fp() local76 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() local169 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()
201 const int patch_width = patch_image->GetWidth(); in CopyArea() local204 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()
209 const int64_t patch_width, in col2im() argument229 patch_width, in col2im()303 const int64_t patch_width, in col2im_batched() argument330 patch_width, in col2im_batched()