Correct exception handling in TFLite Python interpreter.
We were incorrectly returning nullptr all the time. We need to return None sometimes and check for it. PiperOrigin-RevId: 205098110
Loading
Please sign in to comment
We were incorrectly returning nullptr all the time. We need to return None sometimes and check for it. PiperOrigin-RevId: 205098110