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

feat: add a tflite::hexdump() for printing raw memory #2659

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rkuester
Copy link
Contributor

@rkuester rkuester commented Aug 7, 2024

Add tflite::hexdump() for printing raw memory to output
streams. Copy the output format of Python's hexdump module.

BUG=#2636

@rkuester rkuester requested a review from a team as a code owner August 7, 2024 19:09
@rkuester
Copy link
Contributor Author

rkuester commented Aug 7, 2024

This is used in an upcoming PR that displays compression metadata flatbuffers for inspection during tests.

Copy link
Contributor

"This PR is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days."

@github-actions github-actions bot added the Stale label Sep 26, 2024
Add tflite::hexdump() for printing raw memory to output streams. Copy
the output format of Python's hexdump module.
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.

3 participants