API symbolsnn
Copy
tensorplay.nn.functional.interpolate
- tensorplay.nn.functional.interpolate(input: TensorBase, size=None, scale_factor=None, mode: str = 'nearest', align_corners=None, recompute_scale_factor=None, antialias: bool = False) TensorBase[source]
interpolate(input, size=None, scale_factor=None, mode=’nearest’, align_corners=None) -> Tensor
Routes to the native
upsample_*ops exactly like torch.nn.functional.interpolate routes to ATen’s upsample family.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
