提交 c0e2a301 编写于 作者: K Karim Nosir 提交者: TensorFlower Gardener

Update documentation of hexagon delegate on how to build AAR

PiperOrigin-RevId: 285858274
Change-Id: I96823afe6d72cfc96aa838f4e2ba3a3d55d2d238
上级 07250261
......@@ -62,6 +62,13 @@ public class HexagonDelegate implements Delegate, Closeable {
1. Add the ‘tensorflow-lite-hexagon.aar’ to your app - this is in addition to
the standard tensorflow-lite AAR (nightly or release).
[Relevant instructions](https://stackoverflow.com/questions/16682847/how-to-manually-include-external-aar-package-using-new-gradle-android-build-syst).
You can do this by running bazel command like example below for arm64.
We will provide a version hosted on JCenter soon.
```
bazel build -c opt --config=android_arm64 tensorflow/lite/experimental/delegates/hexagon/java:tensorflow-lite-hexagon
```
1. Run “hexagon_nn_skel.run” - Note: you will need to accept the license
agreement. It should provide 3 different shared libraries
“libhexagon_nn_skel.so”, “libhexagon_nn_skel_v65.so”,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册