Skip to content

No transformation

No transformation action for MLIR loop transformations.

This module implements the no transformation action, which terminates the transformation sequence without applying any changes.

NoTransformation(state=None, /, **extras)

Bases: Action

Class representing No Transformation

Source code in mlir_rl_artifact/actions/no_transformation.py
def __init__(self, state: Optional[OperationState] = None, /, **extras):
    super().__init__(state, **extras)