Skip to main content
Log in

Mojo struct

MicroKernelShape

@register_passable(trivial) struct MicroKernelShape

Record describing the inner kernel shape.

Fields

  • simd_rows (Int):
  • simd_cols (Int):

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, UnknownDestructibility

Methods

__init__

__init__(rows: Int, cols: Int) -> Self

Was this page helpful?