onnxruntime/docs/reference/operators/MobileOps.md

26 lines
1.6 KiB
Markdown
Raw Normal View History

---
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)|