onnxruntime/docs/tutorials/inferencing/mobile.md
Scott McKay 9e8d795344
Update ORT Mobile documentation (#7874)
* Update ORT Mobile documentation for both the pre-built package and custom build usage
Add info on pre-built package and CoreML EP
Refer to operator kernels and contrib ops documentation in github so we can point to the version specific content
Tweak some aspects like not specifying nav_order in places (items sort alphabetically by default)

* merge previous unmerged ios doc updates

* Address PR comments

* Minor tweaks

* Address PR comments

Co-authored-by: Guoyu Wang <wanggy@outlook.com>
2021-06-01 21:21:41 -07:00

11 lines
384 B
Markdown

---
title: Deploy on mobile
grand_parent: Tutorials
parent: Inferencing
nav_order: 5
---
# Deploy ML models on mobile devices
ONNX Runtime can be used to performantly deploy models on mobile devices. Learn more about the mobile build and optimizations under [How to: Build for mobile](../../how-to/mobile).
* *[COMING SOON]* Deploy ORT on Android
* *[COMING SOON]* Deploy ORT on iOS