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: doc/python3-tensorflow-lite-example.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Reference
4
4
5
-
-[TensorFlow Lite Python image classification demo - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/lite/examples/python/README.md)
5
+
-[TensorFlow Lite Python image classification demo - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.18.0/tensorflow/lite/examples/python/README.md)
6
6
7
7
## How to
8
8
Build sample on Raspberry Pi 4 AArch64 (core-image-weston).
@@ -68,4 +68,4 @@ time: 369.129ms
68
68
## Code changes
69
69
The original code imports `tensorflow`. I am changing this to import `tflite_runtime.interpreter`. This has been modified to work with TensorFlow Lite.
Copy file name to clipboardExpand all lines: doc/tensorflow-lite-benchmark.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Reference
4
4
5
-
-[TFLite Model Benchmark Tool with C++ Binary - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/lite/tools/benchmark/README.md)
5
+
-[TFLite Model Benchmark Tool with C++ Binary - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.18.0/tensorflow/lite/tools/benchmark/README.md)
6
6
7
7
## How to
8
8
Build sample on qemueriscv64 (core-image-full-cmdline).
Copy file name to clipboardExpand all lines: doc/tensorflow-lite-label-image.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Reference
4
4
5
-
-[TensorFlow Lite C++ image classification demo - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/lite/examples/label_image/README.md)
5
+
-[TensorFlow Lite C++ image classification demo - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.18.0/tensorflow/lite/examples/label_image/README.md)
6
6
7
7
## How to
8
8
Build sample on qemueriscv64 (core-image-full-cmdline).
@@ -73,6 +73,6 @@ The original sample CMake statically links tensorflow-lite.
73
73
In this recipe, we will modify CMake to link the shared library (libtensorflow-lite.so) and change the include path of the header file so that it can be built independently.
74
74
75
75
For more information about the changes in CMake and source, please refer to the following patch.
See [libtensorflow-lite](../recipes-framework/tensorflow-lite/libtensorflow-lite_2.16.1.bb) for a recipe to build a shared library for libtensorflow-lite.so.
78
+
See [libtensorflow-lite](../recipes-framework/tensorflow-lite/libtensorflow-lite_2.18.0.bb) for a recipe to build a shared library for libtensorflow-lite.so.
Copy file name to clipboardExpand all lines: doc/tensorflow-lite-minimal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Reference
4
4
5
-
-[TensorFlow Lite C++ minimal example - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/lite/examples/minimal/README.md)
5
+
-[TensorFlow Lite C++ minimal example - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.18.0/tensorflow/lite/examples/minimal/README.md)
6
6
7
7
## How to
8
8
Build sample on Raspberry Pi 4 AArch64 (core-image-weston).
@@ -71,6 +71,6 @@ The original sample CMake statically links tensorflow-lite.
71
71
In this recipe, we will modify CMake to link the shared library (libtensorflow-lite.so) so that it can be built independently.
72
72
73
73
For more information about the changes in CMake, please refer to the following patch.
See [libtensorflow-lite](../recipes-framework/tensorflow-lite/libtensorflow-lite_2.16.1.bb) for a recipe to build a shared library for libtensorflow-lite.so.
76
+
See [libtensorflow-lite](../recipes-framework/tensorflow-lite/libtensorflow-lite_2.18.0.bb) for a recipe to build a shared library for libtensorflow-lite.so.
0 commit comments