mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
* 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>
384 B
384 B
| title | grand_parent | parent | nav_order |
|---|---|---|---|
| Deploy on mobile | Tutorials | Inferencing | 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.
- [COMING SOON] Deploy ORT on Android
- [COMING SOON] Deploy ORT on iOS