mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-17 01:44:45 +00:00
### Description Enable pylint and numpy rules ### Motivation and Context Modernize numpy usage and enable more quality checks |
||
|---|---|---|
| .. | ||
| CalTableFlatBuffers | ||
| operators | ||
| __init__.py | ||
| calibrate.py | ||
| onnx_model.py | ||
| onnx_quantizer.py | ||
| preprocess.py | ||
| qdq_loss_debug.py | ||
| qdq_quantizer.py | ||
| quant_utils.py | ||
| quantize.py | ||
| README.md | ||
| registry.py | ||
| shape_inference.py | ||
Quantization Tool
This tool can be used to quantize select ONNX models. Support is based on operators in the model. Please refer to https://onnxruntime.ai/docs/performance/quantization.html for usage details and https://github.com/microsoft/onnxruntime-inference-examples/tree/main/quantization for examples.