Skip to content

Commit

Permalink
Mention to the tflite-runtime-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Nov 24, 2023
1 parent b337fbd commit 33756a4
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ Included prebuilt libraries:
}
```

## Build TensorFlow Lite libraries
## Build TensorFlow Lite libraries yourself

Pre-built libraries are included. If you want to build the latest TFLite,
Pre-built libraries are included in the UPM package. Also, you can find TFLite libraries at [tflite-runtime-builder](https://github.com/DeNA/tflite-runtime-builder/releases) from TFLite v2.14.0 or later.

If you want to build the latest TFLite yourself, Follow the below instructions:

1. Clone [TensorFlow library](https://github.com/tensorflow/tensorflow/)
2. Run `./configure` in the TensorFlow library
Expand All @@ -90,15 +92,6 @@ Pre-built libraries are included. If you want to build the latest TFLite,
./build_tflite.py --tfpath ../tensorflow -macos -xnnpack
```

## TIPS

\[Android\] You can see logs from tflite by filtering with "tflite"

```bash
# Filtering logcat only Unity and tflite
adb logcat Unity:V tflite:V "*:S"
```

## Show Cases

__MNIST__
Expand Down

0 comments on commit 33756a4

Please sign in to comment.