-Image = LF_v5.10.52-2.1.0_images_IMX8MQEVK
- While trying to run a tflite(object detection) inference on gpu(with NNAPI) i'm facing some strange warnings.
- The same inference runs fine on cpu without any warnings and also much faster than on GPU with warnings.
Warnings go as follows:
INFO: Created TensorFlow Lite delegate for NNAPI.
WARNING: Operator LEAKY_RELU (v1) refused by NNAPI delegate: Unsupported operation type.
WARNING: Operator DEQUANTIZE (v2) refused by NNAPI delegate: kTfLiteFloat16 not supported as input.
WARNING: Operator SPLIT_V (v1) refused by NNAPI delegate: Unsupported operation type.
WARNING: Operator RESIZE_BILINEAR (v3) refused by NNAPI delegate: Operator refused due performance reasons.
Applied NNAPI delegate.
W [query_hardware_caps:66]Unsupported evis version"
- Need help resolving these warnings.