Skip to main content

Mojo struct

MHASchedule

@register_passable(trivial) struct MHASchedule

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, UnknownDestructibility

Aliases

DEFAULT

alias DEFAULT = MHASchedule(__init__[__mlir_type.!pop.int_literal](0))

PROMPT_ROTATE

alias PROMPT_ROTATE = MHASchedule(__init__[__mlir_type.!pop.int_literal](1))

Methods

__eq__

__eq__(self, other: Self) -> Bool

__ne__

__ne__(self, other: Self) -> Bool

Was this page helpful?