From ba17178d8d29e5f5088edb3878962cc2ca0de12a Mon Sep 17 00:00:00 2001 From: Adrian Lundell Date: Mon, 23 Oct 2023 10:37:16 +0200 Subject: Update FlatBuffers version FlatBuffers version updated to v23.5.26 to match tflite-micro patch 6bb1e3a. Change-Id: I9c092d0bf461d790a967b137f4dfedc8660496f9 Signed-off-by: Adrian Lundell --- tflite_micro.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tflite_micro.cmake b/tflite_micro.cmake index ef30fa8..2b8a9cc 100644 --- a/tflite_micro.cmake +++ b/tflite_micro.cmake @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates +# SPDX-FileCopyrightText: Copyright 2021-2023 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 # @@ -97,8 +97,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/a66de58af9565586832c276fbb4251fc416bf07f.zip" - URL_MD5 51a7a96747e1c33eb4aac6d52513a02f) + URL "https://github.com/google/flatbuffers/archive/v23.5.26.zip" + URL_MD5 e87e8acd8e2d53653387ad78720316e2) target_include_directories(tflu PUBLIC ${tensorflow-flatbuffers_SOURCE_DIR}/include) -- cgit v1.2.1