How to use Xnnpack EP through python? #20104
Unanswered
xujuntwt95329
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've built onnxruntime with xnnpack EP and also built the python wheel. Now I can see
XnnpackExecutionProvider
in python onnxruntime.get_available_providers() API, but even if I set the provider to xnnpack when creating the inferenceSession, it seems still using default CPU EP.I noticed the document said that Xnnpack EP can be used be C/C++ and Java APIs, it there any approach to use this EP through python API?
Beta Was this translation helpful? Give feedback.
All reactions