Module interpolate

Expand description

Interpolate module

Structs§

Interpolate1d
Interpolate module for resizing 1D tensors with shape [N, C, L].
Interpolate1dConfig
Configuration for the 1D interpolation module.
Interpolate2d
Interpolate module for resizing tensors with shape [N, C, H, W].
Interpolate2dConfig
Configuration for the 2D interpolation module.

Enums§

InterpolateMode
Algorithm used for downsampling and upsampling