FunctionalPass¶ class onnx_ir.passes.FunctionalPass¶ A pass that returns a new model but does not modify the input model. property changes_input: Literal[False]¶ A functional pass does not change the input model. property in_place: Literal[False]¶ A functional pass is not in place.