API symbolsnn
Copy
tensorplay.nn.functional.upsample_nearest
- tensorplay.nn.functional.upsample_nearest(input, size=None, scale_factor=None)[source]
Upsamples the input using nearest neighbours.
Warning
This function is deprecated in favor of
interpolate()withmode='nearest'.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
