mlir.dialects._structured_transform_enum_gen

Attributes

Classes

MatchInterfaceEnum

An interface to match

TransposeMatmulInput

Input to transpose when converting matmul ops to transposed variants

Functions

_matchinterfaceenum(x, context)

_transposematmulinput(x, context)

Module Contents

mlir.dialects._structured_transform_enum_gen._ods_ir
class mlir.dialects._structured_transform_enum_gen.MatchInterfaceEnum

Bases: enum.IntEnum

An interface to match

LinalgOp = 0
TilingInterface = 1
LoopLikeInterface = 2
__str__()

Return str(self).

mlir.dialects._structured_transform_enum_gen._matchinterfaceenum(x, context)
class mlir.dialects._structured_transform_enum_gen.TransposeMatmulInput

Bases: enum.IntEnum

Input to transpose when converting matmul ops to transposed variants

lhs = 0
rhs = 1
__str__()

Return str(self).

mlir.dialects._structured_transform_enum_gen._transposematmulinput(x, context)