Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44472a5

Browse files
authoredMar 31, 2025··
Update docs/execution-providers/QNN-ExecutionProvider.md
1 parent f319c2d commit 44472a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/execution-providers/QNN-ExecutionProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The QNN Execution Provider supports a number of configuration options. These pro
6262
|`"backend_path"`|Description|
6363
|---|-----|
6464
|'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'.|
65+
|'libQnnHtp.so' or 'QnnHtp.dll'|Enable HTP backend. See `backend_type` 'htp'.|
6666

6767
**Note:** `backend_path` is an alternative to `backend_type`. At most one of the two should be specified.
6868
`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

Comments
 (0)
Please sign in to comment.