@@ -6,11 +6,11 @@ you must have the [Android NDK](https://developer.android.com/ndk) and
6
6
Below we explain how to install the Android prerequisites in the LCE
7
7
Docker container and how to configure the LCE Bazel build settings
8
8
accordingly. Before proceeding with the next steps, please follow
9
- the instructions in the main [ LCE build guide] ( /compute-engine/build ) to setup the
9
+ the instructions in the main [ LCE build guide] ( https://docs.larq.dev /compute-engine/build) to setup the
10
10
Docker container for LCE and the Bazel build system.
11
11
12
12
NOTE: we recommend using the docker volume as described in the
13
- [ LCE build guide] ( /compute-engine/build ) to be able to easily transfer
13
+ [ LCE build guide] ( https://docs.larq.dev /compute-engine/build) to be able to easily transfer
14
14
files in-between the container and host machine.
15
15
16
16
#### Install prerequisites
@@ -47,7 +47,7 @@ build --action_env ANDROID_SDK_HOME="/usr/local/android/android-sdk-linux"
47
47
48
48
#### Build an LCE inference binary
49
49
50
- To build an LCE inference binary for Android (see [ here] ( /compute-engine/inference ) for creating your
50
+ To build an LCE inference binary for Android (see [ here] ( https://docs.larq.dev /compute-engine/inference) for creating your
51
51
own LCE binary) the Bazel target needs to build with ` --config=android_arm64 ` flag.
52
52
53
53
To build the [ minimal example] ( https://github.com/larq/compute-engine/blob/master/examples/lce_minimal.cc ) for Android,
@@ -70,7 +70,7 @@ See below on how to copy them to your android device.
70
70
71
71
#### Run inference
72
72
73
- To run the inference with a [ Larq converted model] ( /compute-engine/converter ) on an android phone,
73
+ To run the inference with a [ Larq converted model] ( https://docs.larq.dev /compute-engine/converter) on an android phone,
74
74
please follow these steps on your host machine (replace the ` lce_benchmark_model ` with your
75
75
desired inference binary):
76
76
0 commit comments