On this page
upsample_nearest
class torch.ao.nn.quantized.functional.upsample_nearest(input, size=None, scale_factor=None)
[source]-
Upsamples the input, using nearest neighbours’ pixel values.
Warning
This function is deprecated in favor of
torch.ao.nn.quantized.functional.interpolate()
. This is equivalent withnn.quantized.functional.interpolate(..., mode='nearest')
.Note
The input quantization parameters propagate to the output.
Note
Only 2D inputs are supported
© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://pytorch.org/docs/2.1/generated/torch.ao.nn.quantized.functional.upsample_nearest.html