Commit graph

7 commits

Author SHA1 Message Date
Esun Kim
41a80afaa4
[Dep] Upgraded Flatbuffer to 25.9.23 (#3296)
* flatbuffer-25.9.23

* Patch 1

* No dynamic allocation patch to Flatbuffer

* Individual ModelBuilder

* Fix

* Patch

* One more removal
2026-01-27 22:12:21 +00:00
Ryan Kuester
6bb1e3a635
build: update flatbuffers dependency to v23.5.26 (#2274)
Update the third_party flatbuffers library to v23.5.26, the
current version in upstream TF. Synchronize the override BUILD
and build_defs.bzl files with those from upstream TF at
e4485c98eae.

Also update the Makefile build, which downloads flatbuffers
separately. Rebase the patch applied to the download.

Regenerate the generated-and-checked-in schemas (see
ci/sync_from_upstream_tf.sh and codegen/preprocessor/
update_schema.sh), because they are stamped with the version of
the flatbuffers library, and fail a static_assert if they are
built with a different version of flatbuffers than they were
generated with.

BUG=unsuccessful attempt to fix warning in #2183
2023-10-18 21:01:22 +00:00
suleshahid
1e74475fde
Update Flatbuffer version to 2.0.6 and generate schema local. (#1374) 2022-08-25 18:01:35 +00:00
Advait Jain
85ddd49a30
Update flatbuffer version to include the changes from https://github.com/google/flatbuffers/pull/7000 (#818) 2021-12-23 16:02:29 -08:00
Advait Jain
a444b4bf27
Update flexbuffer patching to make it work with Visual Studio. (#531)
BUG=http://b/189926408#comment28
2021-09-22 16:00:11 -07:00
deqiangc
d57174f7e2
Create patch to flatbuffers that enables micro_interpreter_test and memory_helpers_test to run for bluepill architecture (#398)
* Patch flatbuffers to avoid the use of new/delete.
Also patch test_helpers to avoid the virtual delete.

This enables micro_interpreter_test to run for bluepill platform.

BUG=http://b/174707181

* Create patch that enable micro_interpreter_test to run.
The patch assumes all TFLM code provides allocator for
allocate buffer.

* Update patch without extra formatting
2021-08-12 22:53:42 +00:00
Advait Jain
6197a422df
Force FLATBUFFERS_LOCALE_INDEPENDENT=0 (#269)
* Force FLATBUFFERS_LOCALE_INDEPENDENT=0

With this change, we no longer need a #define in the sources that
directly or indrectly include flatbuffers/base.h

BUG=http://b/193264978

* Fix xtensa script.
2021-07-12 15:28:13 -07:00