We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f319c2d commit 44472a5Copy full SHA for 44472a5
docs/execution-providers/QNN-ExecutionProvider.md
@@ -62,7 +62,7 @@ The QNN Execution Provider supports a number of configuration options. These pro
62
|`"backend_path"`|Description|
63
|---|-----|
64
|'libQnnCpu.so' or 'QnnCpu.dll'|Enable CPU backend. See `backend_type` 'cpu'.|
65
-|'libQnnHtp.so' or 'QnnHtp.dll'|Enable HTP backend. See `backend_type` 'npu'.|
+|'libQnnHtp.so' or 'QnnHtp.dll'|Enable HTP backend. See `backend_type` 'htp'.|
66
67
**Note:** `backend_path` is an alternative to `backend_type`. At most one of the two should be specified.
68
`backend_path` requires a platform-specific path (e.g., `libQnnCpu.so` vs. `QnnCpu.dll`) but also allows one to specify an arbitrary path.
0 commit comments