Searched defs: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() local166 const float patch_width = (filter_width + (dilation.x() - 1) * (filter_width - 1)); in depthwise_convolution_quantized() local
209 const int64_t patch_width, in col2im()303 const int64_t patch_width, in col2im_batched()
201 const int patch_width = patch_image->GetWidth(); in CopyArea() local