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

unchecked pointer fix #3058

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ddavis-2015
Copy link
Member

@tensorflow/micro

Handle the failure to allocate temporary memory for a TfLiteTensor in a more graceful way. This allows most kernels in the Prepare phase to not crash due to a DCHECK on memory allocation failure.

bug=fixes #3057

Handle the failure to allocate temporary memory for a TfLiteTensor in a more graceful way.  This allows most kernels in the Prepare phase to not crash due to a DCHECK on memory allocation failure.

bug=fixes Bugfix: unchecked pointer use tensorflow#3057
@ddavis-2015 ddavis-2015 requested a review from a team as a code owner March 6, 2025 02:08
@ddavis-2015 ddavis-2015 requested a review from suleshahid March 6, 2025 02:08
@ddavis-2015 ddavis-2015 self-assigned this Mar 6, 2025
@ddavis-2015 ddavis-2015 added bug Something isn't working ci:run_full labels Mar 6, 2025
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.

Bugfix: unchecked pointer use
2 participants