Skip to content

Update metadata_schema.fbs

Cocoa edited this page Apr 2, 2023 · 1 revision

File c_src/metadata_schema.fbs can be downloaded from tensorflow/tflite-support.

To generate c_src/metadata_schema_generated.h, we need FlatBuffer compiler, flatc, and its version should be 2.0.6 (which can be downloaded here).

cd c_src
flatc -c metadata_schema.fbs
Clone this wiki locally