onnxruntime/tools/android_custom_build
Justin Chu fdce4fa6af
Format all python files under onnxruntime with black and isort (#11324)
Description: Format all python files under onnxruntime with black and isort.

After checking in, we can use .git-blame-ignore-revs to ignore the formatting PR in git blame.

#11315, #11316
2022-04-26 09:35:16 -07:00
..
.dockerignore Add script and Dockerfile to build custom Android package (#11144) 2022-04-12 10:16:10 -07:00
build_custom_android_package.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
Dockerfile Add script and Dockerfile to build custom Android package (#11144) 2022-04-12 10:16:10 -07:00
readme.md Add script and Dockerfile to build custom Android package (#11144) 2022-04-12 10:16:10 -07:00

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.