Fix crash where model_path input to tflite python interpreter segv.
Fix by holding reference to passed in model_content and relying on immutability of PyString (pointer doesn't change). PiperOrigin-RevId: 208244957
Loading
Please sign in to comment