Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TFLite flatbuffer align utility: Added dump_model_buffers helper function #95

Closed
wants to merge 2 commits into from

Conversation

joshih-cad
Copy link

  1. Added helper function dump_model_buffers() to print model buffer information.
  2. The helper function prints the buffer idx, size, address and the offset for all the buffers in the model.
  3. The prints are enabled by default. Make dump_buffers=false to disable them and re-build the utility.

joshih added 2 commits April 24, 2024 13:34
Added helper function dump_model_buffers() to print model buffer information.
The prints are enabled by default. Make dump_buffers=false to disable them.
Corrected logic for aligning model to 64 bytes.
@joshih-cad joshih-cad closed this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant