You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: how-to-build.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,12 @@ These are notes on how tflite-dist is prepared.
5
5
The build for Android is done using the `build-android.sh` script. It has to run on Linux machine (WSL is OK) that was configured for Tensorflow Android builds.
6
6
Can check [this](https://www.thecodingnotebook.com/2019/11/building-tensorflow-lite-for-android-on.html) blog post.
7
7
8
+
The script will build the C, C++ libraries and the GPU delegate.
9
+
8
10
This script will also gather all the `include` files for `tflite-dist` (include files are the same for all platforms).
9
11
10
12
# iOS
11
-
Building the ios framework should be done on a configured mac machine, instructions are per Tensorflow Lite [instructions](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/guide/build_ios.md)
13
+
Building the C ios framework should be done on a configured mac machine, instructions are per Tensorflow Lite [instructions](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/guide/build_ios.md)
0 commit comments