“Unsupported TFLite Operator Error in qnn-tflite-converter”
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.