onnxruntime/docs/get-started/with-mobile.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

22 lines
939 B
Markdown

---
title: Mobile
nav_order: 10
# manual TOC as we don't want some low level things to appear in it, but they need to be children of this page
# for the navigation to work as desired. e.g. doco on scripts mentioned in Model Export Helpers
parent: Get Started
has_toc: false
redirect_from: /docs/reference/mobile
---
# Get started with ONNX Runtime Mobile
ORT Mobile allows you to run model inferencing on mobile devices (iOS and Android).
## Reference
* [Install ONNX Runtime Mobile](./../install/index.md#install-on-web-and-mobile)
* [Tutorials: Deploy on mobile](./../tutorials/mobile/index.md)
* Build from source: [Android](./../build/android.md) / [iOS](./../build/ios.md)
* [ORT Mobile Operators](./../reference/operators/MobileOps.md)
* [Model Export Helpers](./../tutorials/mobile/helpers/index.md)
* [ORT Format Model Runtime Optimization](./../performance/model-optimizations/ort-format-model-runtime-optimization.md)