For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo struct
ConvAlgorithm
struct ConvAlgorithm
Tags the convolution algorithm selected for a given operation.
Default indicates an unknown layout, Im2Col selects the im2col-based
algorithm, and Direct selects the direct convolution algorithm.
Fieldsβ
- βvalue (
Int):
Implemented traitsβ
AnyType,
Copyable,
ImplicitlyCopyable,
ImplicitlyDeletable,
Movable,
RegisterPassable,
TrivialRegisterPassable
comptime membersβ
Defaultβ
comptime Default = ConvAlgorithm(Int(0))
Directβ
comptime Direct = ConvAlgorithm(Int(2))
Im2Colβ
comptime Im2Col = ConvAlgorithm(Int(1))
Methodsβ
__eq__β
__ne__β
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!