microsoft / onnxruntime-inference-examples

Examples for using ONNX Runtime for machine learning inferencing.
MIT License
1.07k stars 312 forks source link

The operators supported by this quantization algorithm #421

Open KarmaYan opened 2 months ago

KarmaYan commented 2 months ago

Hello, while using this open-source algorithm, I found that operators such as sub, ReduceMean, pow, etc. in onnx cannot be quantified, right? If it is true, what is the solution to this problem?