PassResult¶

class onnx_ir.passes.PassResult(model: Model, modified: bool)¶

Result of a pass.

model¶

The transformed model.

Type:

ir.Model

modified¶

Whether the resulting model is different from the input model.

Type:

bool

model: ir.Model¶
modified: bool¶