Skip to content

Commit

Permalink
Clean up some mobile package related files and their usages. (#21606)
Browse files Browse the repository at this point in the history
The mobile packages have been removed.
  • Loading branch information
edgchen1 authored Aug 5, 2024
1 parent bcc01ac commit a5ce65d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 690 deletions.
1 change: 0 additions & 1 deletion cmake/onnxruntime_python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ file(GLOB onnxruntime_ort_format_model_srcs CONFIGURE_DEPENDS
)
file(GLOB onnxruntime_mobile_helpers_srcs CONFIGURE_DEPENDS
${REPO_ROOT}/tools/python/util/mobile_helpers/*.py
${REPO_ROOT}/tools/ci_build/github/android/mobile_package.required_operators.config
${REPO_ROOT}/tools/ci_build/github/android/nnapi_supported_ops.md
${REPO_ROOT}/tools/ci_build/github/apple/coreml_supported_mlprogram_ops.md
${REPO_ROOT}/tools/ci_build/github/apple/coreml_supported_neuralnetwork_ops.md
Expand Down
132 changes: 0 additions & 132 deletions docs/ORTMobilePackageOperatorTypeSupport.md

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,9 @@ resources:
ref: 5eda9aded5462201e6310105728d33016e637ea7

stages:

# checks enabled in all builds

- template: templates/android-binary-size-check-stage.yml
parameters:
Name: MinimalBaseline
BuildConfigFile: "tools/ci_build/github/linux/ort_minimal/build_check_binsize_config/android_minimal_baseline.config"
BinarySizeThresholdInBytes: 1306224
DoBuildWithDebugInfo: ${{ parameters.DoBuildWithDebugInfo }}

# checks excluded from PR builds

- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
- template: templates/android-binary-size-check-stage.yml
parameters:
Name: MinimalWithMobilePackageOps
BuildConfigFile: "tools/ci_build/github/linux/ort_minimal/build_check_binsize_config/android_minimal_with_mobile_package_ops.config"
DoBuildWithDebugInfo: ${{ parameters.DoBuildWithDebugInfo }}

This file was deleted.

Loading

0 comments on commit a5ce65d

Please sign in to comment.