Skip to main content

Mojo struct

ConvAlgorithm

struct ConvAlgorithm

Fields​

  • ​value (Int):

Implemented traits​

AnyType, Copyable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable, TrivialRegisterPassable

comptime members​

Default​

comptime Default = ConvAlgorithm(0)

Direct​

comptime Direct = ConvAlgorithm(2)

Im2Col​

comptime Im2Col = ConvAlgorithm(1)

Methods​

__eq__​

__eq__(self, rhs: Self) -> Bool

Returns:

Bool

__ne__​

__ne__(self, rhs: Self) -> Bool

Returns:

Bool