Skip to content

Commit 4715fee

Browse files
Merge pull request #118 from NobuoTsukamoto/styhead_tensorflow_v2.18.0
[styhead] TensorFlow version 2.18.1
2 parents d7977b4 + 3d01e8e commit 4715fee

15 files changed

+20
-20
lines changed

.github/workflows/build_riscv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
target_machine: [qemuriscv64, qemuriscv32]
33-
tensorflow_version: [2.18.0]
33+
tensorflow_version: [2.18.1]
3434

3535
# The type of runner that the job will run on
3636
runs-on: ubuntu-22.04

.github/workflows/build_rpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
target_machine: [raspberrypi-cm, raspberrypi-cm3, raspberrypi, raspberrypi0-2w-64, raspberrypi0-wifi, raspberrypi0, raspberrypi2, raspberrypi3-64, raspberrypi3, raspberrypi4-64, raspberrypi4, raspberrypi5]
32-
tensorflow_version: [2.18.0]
32+
tensorflow_version: [2.18.1]
3333
fail-fast: false
3434

3535
# The type of runner that the job will run on

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Please note that it is not official support.
2424
## Available recipes
2525
- framework
2626
- python3-tensorflow-lite
27-
[Python3 interpreter](recipes-framework/tensorflow-lite/python3-tensorflow-lite_2.18.0.bb)
27+
[Python3 interpreter](recipes-framework/tensorflow-lite/python3-tensorflow-lite_2.18.1.bb)
2828
- libtensorflow-lite
29-
[C++ API shared library](recipes-framework/tensorflow-lite/libtensorflow-lite_2.18.0.bb)
29+
[C++ API shared library](recipes-framework/tensorflow-lite/libtensorflow-lite_2.18.1.bb)
3030
- libtensorflow-lite-c
31-
[C API shared library](recipes-framework/tensorflow-lite/libtensorflow-lite-c_2.18.0.bb)
31+
[C API shared library](recipes-framework/tensorflow-lite/libtensorflow-lite-c_2.18.1.bb)
3232
- libedgetpu-max / libedgetpu-std
3333
[bitbake with libedgetpu](./doc/coral_libedgetpu.md)
3434
- examples
@@ -45,7 +45,7 @@ Please note that it is not official support.
4545
### Support version
4646
| Recipe | Version |
4747
| :-- | :-- |
48-
| TensorFlow Lite | v2.18.0 |
48+
| TensorFlow Lite | v2.18.1 |
4949
| libedgetpu | e35aed18fea2e2d25d98352e5a5bd357c170bd4d |
5050
| FlatBuffers | v23.5.26 |
5151

doc/python3-tensorflow-lite-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Reference
44

5-
- [TensorFlow Lite Python image classification demo - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.18.0/tensorflow/lite/examples/python/README.md)
5+
- [TensorFlow Lite Python image classification demo - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.18.1/tensorflow/lite/examples/python/README.md)
66

77
## How to
88
Build sample on Raspberry Pi 4 AArch64 (core-image-weston).

doc/tensorflow-lite-benchmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Reference
44

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)
5+
- [TFLite Model Benchmark Tool with C++ Binary - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.18.1/tensorflow/lite/tools/benchmark/README.md)
66

77
## How to
88
Build sample on qemueriscv64 (core-image-full-cmdline).

doc/tensorflow-lite-label-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Reference
44

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)
5+
- [TensorFlow Lite C++ image classification demo - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.18.1/tensorflow/lite/examples/label_image/README.md)
66

77
## How to
88
Build sample on qemueriscv64 (core-image-full-cmdline).
@@ -74,4 +74,4 @@ In this recipe, we will modify CMake to link the shared library (libtensorflow-l
7474
For more information about the changes in CMake and source, please refer to the following patch.
7575
- [001-label_image_cpp.patch](../recipes-examples/tensorflow-lite/files/001-label_image_cpp.patch)
7676

77-
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.
77+
See [libtensorflow-lite](../recipes-framework/tensorflow-lite/libtensorflow-lite_2.18.1.bb) for a recipe to build a shared library for libtensorflow-lite.so.

doc/tensorflow-lite-minimal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Reference
44

5-
- [TensorFlow Lite C++ minimal example - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.18.0/tensorflow/lite/examples/minimal/README.md)
5+
- [TensorFlow Lite C++ minimal example - tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/blob/v2.18.1/tensorflow/lite/examples/minimal/README.md)
66

77
## How to
88
Build sample on Raspberry Pi 4 AArch64 (core-image-weston).
@@ -72,4 +72,4 @@ In this recipe, we will modify CMake to link the shared library (libtensorflow-l
7272
For more information about the changes in CMake, please refer to the following patch.
7373
- [001-minimal_cmake.patch](../recipes-examples/tensorflow-lite/files/001-minimal_cmake.patch)
7474

75-
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.
75+
See [libtensorflow-lite](../recipes-framework/tensorflow-lite/libtensorflow-lite_2.18.1.bb) for a recipe to build a shared library for libtensorflow-lite.so.

recipes-examples/tensorflow-lite/python3-tensorflow-lite-example_2.18.0.bb renamed to recipes-examples/tensorflow-lite/python3-tensorflow-lite-example_2.18.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4158a261ca7f2525513e31ba9c50ae98"
66
BPV = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
77
DPV = "${@'.'.join(d.getVar('PV').split('.')[0:3])}"
88

9-
SRCREV_tensorflow = "6550e4bd80223cdb8be6c3afd1f81e86a4d433c3"
9+
SRCREV_tensorflow = "cb64295ec7308f770b22db6047a1e755b35b7bee"
1010

1111
SRC_URI[model.sha256sum] = "1ccb74dbd9c5f7aea879120614e91617db9534bdfaa53dfea54b7c14162e126b"
1212
SRC_URI[label.sha256sum] = "366a2d53008df0d2a82b375e2020bbc57e43bbe19971370e47b7f74ea0aaab91"

recipes-examples/tensorflow-lite/tensorflow-lite-label-image_2.18.0.bb renamed to recipes-examples/tensorflow-lite/tensorflow-lite-label-image_2.18.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4158a261ca7f2525513e31ba9c50ae98"
66
BPV = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
77
DPV = "${@'.'.join(d.getVar('PV').split('.')[0:3])}"
88

9-
SRCREV_tensorflow = "6550e4bd80223cdb8be6c3afd1f81e86a4d433c3"
9+
SRCREV_tensorflow = "cb64295ec7308f770b22db6047a1e755b35b7bee"
1010

1111
SRC_URI[model.sha256sum] = "1ccb74dbd9c5f7aea879120614e91617db9534bdfaa53dfea54b7c14162e126b"
1212
SRC_URI[label.sha256sum] = "366a2d53008df0d2a82b375e2020bbc57e43bbe19971370e47b7f74ea0aaab91"

recipes-examples/tensorflow-lite/tensorflow-lite-minimal_2.18.0.bb renamed to recipes-examples/tensorflow-lite/tensorflow-lite-minimal_2.18.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4158a261ca7f2525513e31ba9c50ae98"
66
BPV = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
77
DPV = "${@'.'.join(d.getVar('PV').split('.')[0:3])}"
88

9-
SRCREV_tensorflow = "6550e4bd80223cdb8be6c3afd1f81e86a4d433c3"
9+
SRCREV_tensorflow = "cb64295ec7308f770b22db6047a1e755b35b7bee"
1010

1111
SRC_URI[model.sha256sum] = "1ccb74dbd9c5f7aea879120614e91617db9534bdfaa53dfea54b7c14162e126b"
1212

0 commit comments

Comments
 (0)