summaryrefslogtreecommitdiff
path: root/contrib/bindacl/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bindacl/README.md')
-rw-r--r--contrib/bindacl/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/bindacl/README.md b/contrib/bindacl/README.md
new file mode 100644
index 000000000..2c9f03670
--- /dev/null
+++ b/contrib/bindacl/README.md
@@ -0,0 +1,13 @@
+Build
+```
+CROSS_BUILD=1 TARGET_ARCH=armv7l make
+CROSS_BUILD=1 TARGET_ARCH=armv7l make install
+```
+
+Test
+```
+USE_NNAPI=1 \
+LD_LIBRARY_PATH="$(pwd)/Product/out/lib:$(pwd)/Product/obj/contrib/bindacl" \
+Product/out/bin/tflite_run \
+[T/F Lite Flatbuffer Model Path]
+```