Skip to content

transform

Classes

AirTransform

AirTransform(enabled: bool = True, options: dict[str, Any] = None)

Base class for all AIR model fusion/transformations.

Attributes

name property
name: str

Unique name of the transform.

Functions

apply abstractmethod
apply(model: AirModel) -> AirModel

Perform the transform on the given model.