Expand description
Opset version conversion with composable per-operator adapters (ONNX_RS §10).
Structs§
- Convert
Report - Summary of a conversion attempt.
- Incompatible
Op - One node that prevented a complete conversion.
- Version
Converter - Registry and executor for opset conversion adapters.
Enums§
- Adapt
Result - Result of applying one
OpAdapter. - Convert
Error - Failure to execute a version conversion.
Traits§
- OpAdapter
- Converts one operator from a source schema version to a target version.