TensorPlay
API symbolsnn
Copy
View MarkdownDownload .md

tensorplay.nn.functional.upsample

tensorplay.nn.functional.upsample(input, size=None, scale_factor=None, mode='nearest', align_corners=None)[source]

Upsamples the input to the given size or scale_factor.

Warning

This function is deprecated in favor of interpolate(). Equivalent to interpolate(...).

Ask DeepWiki