aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2022-08-29 09:11:00 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-08-29 09:11:00 +0200
commitb708e702c341ef0a7498d81c8fa934e0bd532981 (patch)
treeb37969a36bcc896c69a6d1c9b96d9fd5b1773326
parent30b17b9b0e73de1dd93e090c68b38f32339d411c (diff)
downloadethos-u-core-software-b708e702c341ef0a7498d81c8fa934e0bd532981.tar.gz
Update Flatbuffer version to 2.0.6
Change-Id: Id0005b8e68c4a439923941930eddc5f180c8342e
-rw-r--r--tflite_micro.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tflite_micro.cmake b/tflite_micro.cmake
index c8665aa..e9d0926 100644
--- a/tflite_micro.cmake
+++ b/tflite_micro.cmake
@@ -89,8 +89,8 @@ endfunction()
# Flatbuffers
# Synch revision with 'tensorflow/lite/micro/tools/make/flatbuffers_download.sh'
download_third_party(tensorflow-flatbuffers
- URL "https://github.com/google/flatbuffers/archive/dca12522a9f9e37f126ab925fd385c807ab4f84e.zip"
- URL_MD5 aa9adc93eb9b33fa1a2a90969e48baee)
+ URL "https://github.com/google/flatbuffers/archive/a66de58af9565586832c276fbb4251fc416bf07f.zip"
+ URL_MD5 51a7a96747e1c33eb4aac6d52513a02f)
target_include_directories(tflu PUBLIC
${tensorflow-flatbuffers_SOURCE_DIR}/include)