# tensorplay.nn.functional.upsample_nearest

Source: https://www.tensorplay.cn/docs/generated/tensorplay.nn.functional.upsample_nearest.html

# tensorplay.nn.functional.upsample_nearest

tensorplay.nn.functional.upsample_nearest(input, size=None, scale_factor=None)[[source]](../_modules/tensorplay/nn/functional.html#upsample_nearest)

Upsamples the input using nearest neighbours.

Warning

This function is deprecated in favor of
[interpolate()](tensorplay.nn.functional.interpolate.html#tensorplay.nn.functional.interpolate) with mode='nearest'.
