enter image description hereThe error message indicates that when running the qnn-tflite-converter
tool with a TensorFlow Lite (TFLite) model file, it encountered an unsupported TFLite operator with code 127. This error occurs because the version of the fbs schema being used does not support this particular operator. The qnn-tflite-converter
tool is a part of Qualcomm’s AI Stack and is used to convert TFLite models to another format. To resolve this issue, it’s necessary to either update the fbs schema to support the operator or to find an alternative approach to handle this specific operator within the conversion process.
I attempted to convert a TensorFlow Lite (TFLite) model using the qnn-tflite-converter
tool, expecting it to successfully convert the model without encountering any errors. However, during the conversion process, an error occurred indicating that an unsupported TFLite operator with code 127 was encountered. This error was due to the version of the fbs schema being used not supporting this particular operator. As a result, the conversion process failed, preventing the successful conversion of the TFLite model.
Pragathi acharya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.