Missed OP
vh21 opened this issue · 2 comments
vh21 commented
I tried to run tflitedemo example and found the message,
ArmnnDriver: ConvertConv2d: not supported by armnn
Will you have the plan to add it?
MatthewARM commented
Hi @vh21 that would depend on the model that you using. CONV_2D is supported by the driver except for certain combinations of parameters which are documented in ReleaseNotes.txt. In any case, this should not cause incorrect operation of your application, as the Android NN framework will run the operation on its built-in optimised CPU path.
MatthewARM commented
Hi @vh21 I hope this has answered your question.