1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Update FlatBuffers source code to 23.5.9

This commit is contained in:
Dmitry Kurtaev
2023-05-10 14:39:36 +03:00
parent 8baabdfb57
commit 676afdc494
13 changed files with 653 additions and 291 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
// Ensure the included flatbuffers.h is the same version as when this file was
// generated, otherwise it may not be compatible.
static_assert(FLATBUFFERS_VERSION_MAJOR == 23 &&
FLATBUFFERS_VERSION_MINOR == 1 &&
FLATBUFFERS_VERSION_REVISION == 21,
FLATBUFFERS_VERSION_MINOR == 5 &&
FLATBUFFERS_VERSION_REVISION == 9,
"Non-compatible flatbuffers version included");
namespace opencv_tflite {