Skip to content

Conversation

ddavis-2015
Copy link
Member

@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

@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 tensorflow#3196
@ddavis-2015 ddavis-2015 requested a review from a team as a code owner September 21, 2025 02:55
@ddavis-2015 ddavis-2015 self-assigned this Sep 21, 2025
@ddavis-2015 ddavis-2015 added bug Something isn't working ci:run_full labels Sep 21, 2025
…rse the model correctly for cortex-m3-qemu builds.

Update TestAllocatePersistentTfLiteTensor test to match updated test_conv_model.tflite model.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support TfLite schema buffer and custom options offsets
2 participants