Skip to content

Commit

Permalink
Add the description of prebuilt arm64 android tengine package in bui…
Browse files Browse the repository at this point in the history
…ld_android.md

Former-commit-id: be68565
  • Loading branch information
cyberfire committed Nov 22, 2018
1 parent 597a94d commit 273dcca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/build_android.md
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 273dcca

Please sign in to comment.