Skip to main content

Mojo module

mha_operand

comptime values

OpaquePointer

comptime OpaquePointer = LegacyUnsafePointer[NoneType]

UnsafePointer

comptime UnsafePointer = LegacyUnsafePointer[?, address_space=?, origin=?]

Structs

Traits

  • MHAOperand: This serves as the trait to support arguments to our MHA kernel.

Was this page helpful?