Frontend and utilities for Quantized ONNX (QONNX), a representation for quantized neural networks built on ONNX. Current version 1.0.0. Release cadence is irregular, approximately quarterly.
pip install qonnxVerified import paths — ran on the pinned version, not inferred.
Load and save a QONNX model. Replace 'model.onnx' with your file.
Use external converter packages for QKeras or Brevitas models.
Review the release notes for full list of changes.
Run: pip install qonnx
Use: from qonnx.core.modelwrapper import ModelWrapper
No dependency data recorded yet.