Mlir
mlir
MLIRTarget
dataclass
Bases: Target
Source code in xdsl/targets/mlir.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | |
name = 'mlir'
class-attribute
instance-attribute
print_generic_format: bool = False
class-attribute
instance-attribute
print_properties_as_attributes: bool = False
class-attribute
instance-attribute
print_debuginfo: bool = False
class-attribute
instance-attribute
syntax_highlight: bool = False
class-attribute
instance-attribute
__init__(print_generic_format: bool = False, print_properties_as_attributes: bool = False, print_debuginfo: bool = False, syntax_highlight: bool = False) -> None
emit(ctx: Context, module: ModuleOp, output: IO[str]) -> None
Source code in xdsl/targets/mlir.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | |