onnxruntime/docs/performance/model-optimizations/index.md
Faith Xu 3681048474
[Docs] Update performance sections (#15071)
### Description
Staged: https://faxu.github.io/onnxruntime/docs/performance/

Main changes:
- Restructure performance section to break into sub-categories
- Move CUDA specific perf tuning tips to [CUDA EP
page](https://faxu.github.io/onnxruntime/docs/execution-providers/CUDA-ExecutionProvider.html#performance-tuning)
- Update [Transformer optimizer
page](https://faxu.github.io/onnxruntime/docs/performance/transformers-optimization.html)
to remove version-specific content... will be supported along with
https://github.com/microsoft/onnxruntime/pull/14964
- Fix links to point to new pages
2023-03-17 15:39:22 -07:00

10 lines
No EOL
318 B
Markdown

---
title: Model optimizations
parent: Performance
nav_order: 2
has_children: true
---
# Model Optimizations
In addition to [tuning performance](./../tune-performance/index.md) using ONNX Runtime configurations, there are techniques that can be applied to reduce model size and/or complexity to improve performance.