onnxruntime/docs/reference/operators/MobileOps.md
Edward Chen 29209784dd
[docs] Mobile doc updates (#21605)
### Description
<!-- Describe your changes. -->

- Update Android build instructions.
- Remove references to "mobile" packages with reduced operators and
minimal build which have been removed in 1.19.
  In particular, these packages:
  - onnxruntime-mobile-c/objc (iOS)
  - onnxruntime-mobile (Android)

https://edgchen1.github.io/onnxruntime/docs/

### 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. -->

Update and remove obsolete documentation.
2024-08-15 16:28:19 +10:00

25 lines
1.6 KiB
Markdown

---
title: ORT Mobile operators
parent: Operators
grand_parent: Reference
nav_exclude: true
---
# **IMPORTANT: The ORT Mobile pre-built packages with reduced operator support are no longer available starting from 1.19. Please use the versions with full operator support or do a custom build.**
# ORT Mobile Pre-Built Package Operator and Type Support
These are the operators and types included in the ORT Mobile pre-built packages for each release. Supported operators and types selected are based on what is required to support float32 and quantized versions of popular models. The full list of input models used to determine this list is available [here](https://github.com/microsoft/onnxruntime/blob/v1.17.3/tools/ci_build/github/android/mobile_package.required_operators.readme.txt).
| Release | Documentation |
|---------|---------------|
| 1.17 | [Pre-Built Package Support](./mobile_package_op_type_support_1.17.md)|
| 1.16 | [Pre-Built Package Support](./mobile_package_op_type_support_1.16.md)|
| 1.15 | [Pre-Built Package Support](./mobile_package_op_type_support_1.15.md)|
| 1.14 | [Pre-Built Package Support](./mobile_package_op_type_support_1.14.md)|
| 1.13 | [Pre-Built Package Support](./mobile_package_op_type_support_1.13.md)|
| 1.12 | [Pre-Built Package Support](./mobile_package_op_type_support_1.12.md)|
| 1.11 | [Pre-Built Package Support](./mobile_package_op_type_support_1.11.md)|
| 1.10 | [Pre-Built Package Support](./mobile_package_op_type_support_1.10.md)|
| 1.9 | [Pre-Built Package Support](./mobile_package_op_type_support_1.9.md)|
| 1.8 | [Pre-Built Package Support](./mobile_package_op_type_support_1.8.md)|