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 #2769

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

rkuester
Copy link
Contributor

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

BUG=#2636

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

BUG=tensorflow#2636
@rkuester rkuester requested a review from a team as a code owner November 15, 2024 05:37
@rkuester
Copy link
Contributor Author

This PR might seem a little tangential, but it's used by the following PR, in metadata_test.cc in 16e101e.

RJ already reviewed, reworked, and approved this in #2659; however, we didn't get around to merging it before he left.

@suleshahid
Copy link
Collaborator

https://github.com/Mergifyio refresh

Copy link
Contributor

mergify bot commented Nov 15, 2024

refresh

✅ Pull request refreshed

@mergify mergify bot merged commit b238649 into tensorflow:main Nov 15, 2024
49 of 50 checks passed
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