Tiny documentation typo fix for resize_v2.
PiperOrigin-RevId: 239024404
This commit is contained in:
parent
f7e38d8721
commit
3944c344e4
@ -1155,7 +1155,7 @@ def resize_images_v2(images,
|
||||
particularly when upsampling.
|
||||
* <b>`gaussian`</b>: [Gaussian kernel](
|
||||
https://en.wikipedia.org/wiki/Gaussian_filter) with radius 3,
|
||||
sigma = 1.5 / 3.]
|
||||
sigma = 1.5 / 3.0.
|
||||
* <b>`nearest`</b>: [Nearest neighbor interpolation.](
|
||||
https://en.wikipedia.org/wiki/Nearest-neighbor_interpolation)
|
||||
'antialias' has no effect when used with nearest neighbor interpolation.
|
||||
|
Loading…
Reference in New Issue
Block a user