tflite-micro icon indicating copy to clipboard operation
tflite-micro copied to clipboard

Support TfLite schema buffer and custom options offsets

Open ddavis-2015 opened this issue 4 months ago • 0 comments

@tensorflow/micro

Allow for models >2Gb (and less than 4Gb) in size, as generated by the TfLite converter. Parse TfLite schema Buffer tables where the offset and size fields are active. Parse TfLite schema Operator tables where the large_custom_options_offset and large_custom_options_size fields are active. Correctly process the Offline Memory Planner metadata buffer. Correctly process the compression metadata buffer. Add unit tests for all of the above.

bug=fixes #3196

ddavis-2015 avatar Sep 21 '25 02:09 ddavis-2015