mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
- doc suggests that QDQ model are created with dynamic quant, which is not the case anymore. - updating and restructuring the doc ### Description <!-- Describe your changes. --> - QDQ model format representation doesn't come for dynamic quantization, but the doc was suggesting. - May be a couple of years back this support was there but not anymore ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> - Clears misunderstanding that QDQ Onnx models can be created with dynamic quantization. https://github.com/microsoft/onnxruntime/issues/20125 |
||
|---|---|---|
| .github/workflows | ||
| _includes | ||
| _sass | ||
| css | ||
| docs | ||
| fonts | ||
| images | ||
| src | ||
| static | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| _config.yml | ||
| CNAME | ||
| CONTRIBUTING.md | ||
| favicon.ico | ||
| Gemfile | ||
| Gemfile.lock | ||
| googlee249f93c137f3996.html | ||
| package.json | ||
| postcss.config.js | ||
| svelte.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||