Skip to content

Commit

Permalink
update docs for mobile package ops
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 authored Aug 5, 2024
1 parent ca4d2a5 commit 64a502d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/reference/operators/ContribOperators.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Contrib operators
parent: Operators
grand_parent: Reference
nav_order: 3
nav_order: 2
---

# Contrib ops
Expand Down
7 changes: 5 additions & 2 deletions docs/reference/operators/MobileOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
title: ORT Mobile operators
parent: Operators
grand_parent: Reference
nav_order: 2
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/main/tools/ci_build/github/android/mobile_package.required_operators.readme.txt).
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 |
|---------|---------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/operators/add-custom-op.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Custom operators
parent: Operators
grand_parent: Reference
nav_order: 4
nav_order: 3
---

# Custom operators
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/operators/reduced-operator-config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Reduced operator config file
description: Specification of the reduced operator config file, used to reduce the size of the ONNX Runtime
parent: Operators
grand_parent: Reference
nav_order: 5
nav_order: 4
---


Expand Down

0 comments on commit 64a502d

Please sign in to comment.