PRELU operation error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PRELU operation error

1,666 Views
dbinaghi
Contributor I

Hi,

I'm using a iMX8M Plus with a quantised tensorflow lite model (uint8).
The tflite 
runtime version is the 2.3.1.

My model contains some PRELU operations that according to the guide is a supported operation.

A warning is reported:

WARNING: Operator PRELU (v1) refused by NNAPI delegate: Input should be Float or UINT8

I think this is due to the fact that the tensor during processing becomes an int8 but it should be supported. This warning does not happen if I use a RELU activation function instead of PRELU.

The quantised model is attached.

Could you help me?
Thanks!  

 
0 Kudos
0 Replies