InPlacePass¶ class onnx_ir.passes.InPlacePass¶ A pass that modifies the input model in place and returns it. property changes_input: Literal[True]¶ An in-place pass changes the input model. property in_place: Literal[True]¶ An in-place pass is in place.