Skip to content

Instantly share code, notes, and snippets.

@smooker
Last active May 27, 2024 08:37
Show Gist options
  • Save smooker/0474c46e66b6c49e702f2c81d69ed196 to your computer and use it in GitHub Desktop.
Save smooker/0474c46e66b6c49e702f2c81d69ed196 to your computer and use it in GitHub Desktop.
TF 2.17 bazel androiud build
#!/bin/bash
bazel build -c opt --cxxopt=--std=c++17 --config=android_arm64 --fat_apk_cpu=x86,x86_64,arm64-v8a,armeabi-v7a --define=android_dexmerger_tool=d8_dexmerger --define=android_incremental_dexing_tool=d8_dexbuilder --define=xnn_enable_arm_i8mm=false --define=xnn_enable_avx512amx=false --define=xnn_enable_avxvnni=false --verbose_failures //tensorflow/lite/java:tensorflow-lite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment