QNN EP with DSP backend is giving permission issues on Android #24080
Unanswered
kunalmohan
asked this question in
EP Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m trying to run mobilenetv2 model using QNN DSP backend on android device with Snapdragon 855 SM8150 chipset. It has DSP backend support with hexagon architecture V66. QNN initialization is failing the following error:
On digging into it I came across solutions which require device to be rooted to get permissions for "tmpfs". I don’t think that’s a good idea and I’m hoping that there are better solutions to tackle this.
The references I found online:
tensorflow/tensorflow#55934 (comment)
#22288 (comment)
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions