mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-18 18:52:16 +00:00
Fix typo in QNN-ExecutionProvider.md (#16144)
This commit is contained in:
parent
c2f03c14b6
commit
74bab849ff
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ The QNN Execution Provider supports a number of configuration options. The `prov
|
|||
|`provider_options_values` for `provider_options_keys = "backend_path"`|Description|
|
||||
|---|-----|
|
||||
|'libQnnCpu.so' or 'QnnCpu.dll'|Enable CPU backend. Useful for integration testing. CPU backend is a reference implementation of QNN operators|
|
||||
|'libQnnHtp.do' or 'QnnHtp.dll'|Enable Htp backend. Offloads compute to NPU.|
|
||||
|'libQnnHtp.so' or 'QnnHtp.dll'|Enable Htp backend. Offloads compute to NPU.|
|
||||
|
||||
|`provider_options_values` for `provider_options_keys = "profiling_level"`|Description|
|
||||
|---|---|
|
||||
|
|
|
|||
Loading…
Reference in a new issue