You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@tensorflow/micro
Fix for unchecked memory allocation failure during TfLiteTensor creation, resulting in DCHECK.
The text was updated successfully, but these errors were encountered: