tflite_micro_compiler icon indicating copy to clipboard operation
tflite_micro_compiler copied to clipboard

add ability to debug runtime allocations

Open rafzi opened this issue 4 years ago • 0 comments

I ran into a bug caused by overriding the implementation of an operator only in the TF runtime, not in the TF linked to the compiler. The runtime implementation was doing different calls to AllocatePersistentBuffer than what the compiler expected. This caused weird data corruption issues.

This PR implements a way to prevent such issues in the future.

rafzi avatar Apr 26 '21 15:04 rafzi