Expand description
ONNX model export support for QuantRS2-ML
This module provides functionality to export quantum ML models to the ONNX format, enabling interoperability with other ML frameworks and deployment platforms.
Modules§
- utils
- Utility functions for ONNX export/import
Structs§
- Export
Options - Export options
- Import
Options - Import options
- Model
Info - Model information
- ONNX
Exporter - ONNX exporter for quantum ML models
- ONNX
Graph - ONNX graph representation
- ONNX
Importer - ONNX importer for loading models back into QuantRS2
- ONNX
Node - ONNX node representation
- ONNX
Tensor - ONNX tensor representation
- ONNX
Value Info - ONNX value info (for inputs/outputs)
- Validation
Report - Validation report for ONNX models
Enums§
- ONNX
Attribute - ONNX attribute types
- ONNX
Data Type - ONNX data types
- Quantum
Backend Target - Quantum backend targets for export
- Target
Framework - Target frameworks for import
- Unsupported
OpHandling - How to handle unsupported operators