Module onnx_export

Module onnx_export 

Source
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§

ExportOptions
Export options
ImportOptions
Import options
ModelInfo
Model information
ONNXExporter
ONNX exporter for quantum ML models
ONNXGraph
ONNX graph representation
ONNXImporter
ONNX importer for loading models back into QuantRS2
ONNXNode
ONNX node representation
ONNXTensor
ONNX tensor representation
ONNXValueInfo
ONNX value info (for inputs/outputs)
ValidationReport
Validation report for ONNX models

Enums§

ONNXAttribute
ONNX attribute types
ONNXDataType
ONNX data types
QuantumBackendTarget
Quantum backend targets for export
TargetFramework
Target frameworks for import
UnsupportedOpHandling
How to handle unsupported operators