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 struct
CoordinateTransformationMode
struct CoordinateTransformationMode
Specifies how output coordinates map to input coordinates during resize.
Fields
- value (
Int):
Implemented traits
AnyType,
Copyable,
Deinitable,
ImplicitlyCopyable,
Movable
comptime members
AlignCorners
comptime AlignCorners = CoordinateTransformationMode(Int(1))
Asymmetric
comptime Asymmetric = CoordinateTransformationMode(Int(2))
HalfPixel
comptime HalfPixel = CoordinateTransformationMode(Int(0))
HalfPixel1D
comptime HalfPixel1D = CoordinateTransformationMode(Int(3))
Methods
__init__
def __init__(out self, value: Int)