Skip to content

Commit

Permalink
Update docs/deploy/android.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Yizhi Liu <[email protected]>
  • Loading branch information
tqchen and yzhliu authored Nov 5, 2019
1 parent fbc8797 commit 0abf0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ deploy_lib.so, deploy_graph.json, deploy_param.params will go to android target.
## TVM Runtime for Android Target

Refer [here](https://github.com/apache/incubator-tvm/blob/master/apps/android_deploy/README.md#build-and-installation) to build CPU/OpenCL version flavor TVM runtime for android target.
From android java TVM API to load model & execute can be referred at this [java](https://github.com/apache/incubator-tvm/blob/master/apps/android_deploy/app/src/main/java/ml/apache/incubator-tvm/android/demo/MainActivity.java) sample source.
From android java TVM API to load model & execute can be referred at this [java](https://github.com/apache/incubator-tvm/blob/master/apps/android_deploy/app/src/main/java/ml/dmlc/tvm/android/demo/MainActivity.java) sample source.

0 comments on commit 0abf0dc

Please sign in to comment.