Base class for all AIR model fusion/transformations.
Initialize the transform.
Parameters:
-
(
bool
, default:
True
)
–
Whether the transform is enabled. Defaults to True.
-
(
dict[str, Any]
, default:
None
)
–
Options for the transform. Defaults to None.
Unique name of the transform.
apply(model: AirModel) -> AirModel
Perform the transform on the given model.
Parameters:
Returns: