| 1 | # --------------------------------------------------------------- |
| 2 | # 这个脚本向你展示了如何使用 onnxruntime 对 PPQ 导出的模型进行推理 |
| 3 | # 你需要注意,Onnxruntime 可以运行各种各样的量化方案,但模型量化对 Onnxruntime 而言几乎无法起到加速作用 |
| 4 | # 你可以使用 Onnxruntime 来验证量化方案以及 ppq 量化的正确性,但这不是一个合理的部署平台 |
nothing calls this directly
no test coverage detected