onnxruntime/docs/reference/operators/MobileOps.md
Scott McKay acc1b8b5ea
Update some op docs for release (#17626)
### Description
<!-- Describe your changes. -->
Update some ops docs for 1.16 release


### 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. -->
2023-09-25 14:57:39 -07:00

21 lines
1.3 KiB
Markdown

---
title: ORT Mobile operators
parent: Operators
grand_parent: Reference
nav_order: 2
---
# 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/main/tools/ci_build/github/android/mobile_package.required_operators.readme.txt).
| Release | Documentation |
|---------|---------------|
| 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)|