ARM-software / android-nn-driver

MIT License
151 stars 60 forks source link

Missed OP #1

Closed vh21 closed 6 years ago

vh21 commented 6 years ago

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 6 years ago

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 6 years ago

Hi @vh21 I hope this has answered your question.