ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.15k stars 307 forks source link

kTfLiteActRelu1 <=> kTfLiteActReluN1To1 #587

Closed aakbar5 closed 2 years ago

aakbar5 commented 2 years ago

Hi Guys, Armnn TF delegate is having compiler error for kTfLiteActRelu1 as it has been changed to kTfLiteActReluN1To1 since Tensorflow 2.3. https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md#release-230

Is there any plan to fix it?

Thanks

janeil01 commented 2 years ago

hey @aakbar5

thanks for the heads up! We've come across that problem as well when we updated to tf2.5. It is fixed in this patch

If you checkout the master branch then this patch will be included.

Hope that helps. Just reopen the ticket if you've got any further questions Jan

aakbar5 commented 2 years ago

Thanks @janeil01 for quick turn around. In my workspace I have already fixed it but was lazy for not attaching the patch file.