Skip to content

Commit ee4d7a0

Browse files
authored
Merge pull request #65 from cocoa-xu/cx-tensorflow-2.13.0
tensorflow 2.13.0
2 parents fac6210 + 51aaca4 commit ee4d7a0

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

3rd_party/gflags

3rd_party/glog

Submodule glog updated 56 files

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changed
66
- [deps] Use libedgetpu v0.1.7.
7+
- Use tensorflow v2.13.0.
78

89
## v0.3.2 (2022-04-03)
910
[Browse the Repository](https://github.com/cocoa-xu/tflite_beam/tree/v0.3.2) | [Released Assets](https://github.com/cocoa-xu/tflite_beam/releases/tag/v0.3.2)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif
2323
# Tensorflow
2424
TFLITE_USE_GIT_HEAD ?= false
2525
TFLITE_GIT_REPO ?= "https://github.com/tensorflow/tensorflow.git"
26-
TFLITE_VER ?= 2.12.0
26+
TFLITE_VER ?= 2.13.0
2727
TFLITE_VER_V = v$(TFLITE_VER)
2828
ifneq ($(TFLITE_USE_GIT_HEAD), false)
2929
TFLITE_VER_V=$(TFLITE_USE_GIT_BRANCH)

c_src/libcoral

0 commit comments

Comments
 (0)