From 273dccac862d1649ae9e6cdd1326136b2ce3788a Mon Sep 17 00:00:00 2001 From: haitao Date: Thu, 22 Nov 2018 10:47:29 +0800 Subject: [PATCH] Add the description of prebuilt arm64 android tengine package in build_android.md Former-commit-id: be68565b470d4eee972c749617a7cd08612621c0 --- doc/build_android.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/build_android.md b/doc/build_android.md index fd6b9b79b..158b68ddc 100644 --- a/doc/build_android.md +++ b/doc/build_android.md @@ -1,3 +1,16 @@ +## 0.Use prebuilt Tengine android package +If you want to use the prebuilt Tengine android package for arm64, please download the below file from [Tengine Android build](https://pan.baidu.com/s/1RPHK_ji0LlL3ztjUa893Yg) (password: *ka6a*), and unpack it. +``` + - Tengine_android_build_package_arm64.tgz +``` +This package supports ACL GPU, Caffe serializer and Tensorflow serializer. + +`adb push` the package to the android device. + +And then run the test program **Classify** according to [8.2 Run](#8.2 Run). + +If you want to try building Tengine and example program by yourself, go ahead, the following steps will help you. + ## 1.Download Tengine project ``` git clone https://github.com/OAID/tengine/