{"library":"qonnx","title":"QONNX","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install qonnx"],"cli":{"name":"qonnx","version":"sh: 1: qonnx: not found"}},"imports":["from qonnx.core.modelwrapper import ModelWrapper","from qonnx.core.quant import QuantConfig"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from qonnx.core.modelwrapper import ModelWrapper\nmodel = ModelWrapper('model.onnx')\nmodel.save('output.onnx')","lang":"python","description":"Load and save a QONNX model. Replace 'model.onnx' with your file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}