Deeploy.MLIRAIETypes.MLIRCodeTransformationPass

class Deeploy.MLIRAIETypes.MLIRCodeTransformationPass

Bases: object

Base class for passes that transform an MLIRExecutionBlock.

Subclasses override apply() to read / mutate the block’s fields and optionally emit MLIR operations into the current insertion point.

Methods

__init__()

__init__()

apply(ctxt, mlirBlock, name)