onnxruntime/tools/android_custom_build
2022-04-18 19:29:41 -07:00
..
.dockerignore
build_custom_android_package.py Add option to specify onnxruntime repo URL in tools/android_custom_build/build_custom_android_package.py. (#11250) 2022-04-18 19:29:41 -07:00
Dockerfile
readme.md

This directory contains helper files for building a custom ONNX Runtime Android package. It can be copied outside of the ONNX Runtime repo and used independently.

Run the ./build_custom_android_package.py script. Use the --help option for more information.

Prerequisites:

  • Python 3.6+
  • Docker

See https://onnxruntime.ai/docs/build/custom.html for more information about creating and using custom builds.