mlir.dialects._structured_transform_enum_gen¶
Attributes¶
Classes¶
An interface to match |
|
Input to transpose when converting matmul ops to transposed variants |
Functions¶
|
|
|
Module Contents¶
- mlir.dialects._structured_transform_enum_gen._ods_ir¶
- class mlir.dialects._structured_transform_enum_gen.MatchInterfaceEnum¶
Bases:
enum.IntEnumAn 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.IntEnumInput 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)¶