IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).

Mojo module

resize

Implements tensor resize (upsample/downsample) with nearest, bilinear, and other interpolation modes.

Structs

  • CoordinateTransformationMode: Specifies how output coordinates map to input coordinates during resize.
  • InterpolationMode: Specifies the interpolation method used during resize.
  • Interpolator: Holds interpolation filter state and applies the filter for a given interpolation mode.
  • RoundMode: Specifies how fractional coordinates are rounded to integer indices during nearest-neighbor resize.

Functions