tflite-micro/tensorflow/lite/micro/python
Advait Jain cfeb9a5284
Return the correct TfLiteStatus from interpreter->Invoke() (#1919)
We would like to throw and exception on kTfLiteError (http://b/273622999) and pass-through all the other TfLiteStatus returned by calling interpreter->Invoke()

https://github.com/tensorflow/tflite-micro/pull/1907 changed the behavior to throw an exception on kTfLiteError but did not pass through all the other status.

In particular, this is important because streaming implementation with circular_buffers relies on kTfLiteAbort being appropriately propagated.

BUG=http://b/279055226
2023-04-20 20:16:51 +00:00
..
interpreter Return the correct TfLiteStatus from interpreter->Invoke() (#1919) 2023-04-20 20:16:51 +00:00
tflite_size Update Flatbuffer version to 2.0.6 and generate schema local. (#1374) 2022-08-25 18:01:35 +00:00
BUILD python: fix problems with extension module build 2022-10-03 22:22:08 +00:00