mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-17 18:40:28 +00:00
Update picker with QNN (#16064)
Staged here: https://natke.github.io/onnxruntime/ - [ ] Check linked installation guide - [x] Update aka.ms link
This commit is contained in:
parent
627112921e
commit
22216b97b4
2 changed files with 17 additions and 17 deletions
|
|
@ -491,8 +491,8 @@ Console.WriteLine(outputs[0].AsTensor<float>()[0]);</code>
|
|||
<span>ROCm </span>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-3 r-option version" role="option"
|
||||
tabindex="-1" aria-selected="false" id="SNPE">
|
||||
<span>SNPE</span>
|
||||
tabindex="-1" aria-selected="false" id="QNN">
|
||||
<span>QNN</span>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-3 r-option version" role="option"
|
||||
tabindex="-1" aria-selected="false" id="TensorRT">
|
||||
|
|
|
|||
30
js/script.js
30
js/script.js
|
|
@ -1242,27 +1242,27 @@ var validCombos = {
|
|||
"linux,Python,Power,DefaultCPU":
|
||||
"pip install onnxruntime-powerpc64le",
|
||||
|
||||
//SNPE
|
||||
"windows,C-API,ARM64,SNPE":
|
||||
"View installation instructions <a href='./winarm.html' target='_blank'>here</a>",
|
||||
//QNN
|
||||
"windows,C-API,ARM64,QNN":
|
||||
"View installation instructions <a href='https://aka.ms/build-ort-qnn' target='_blank'>here</a>",
|
||||
|
||||
"windows,C++,ARM64,SNPE":
|
||||
"View installation instructions <a href='./winarm.html' target='_blank'>here</a>",
|
||||
"windows,C++,ARM64,QNN":
|
||||
"View installation instructions <a href='https://aka.ms/build-ort-qnn' target='_blank'>here</a>",
|
||||
|
||||
"windows,C#,ARM64,SNPE":
|
||||
"View installation instructions <a href='./winarm.html' target='_blank'>here</a>",
|
||||
"windows,C#,ARM64,QNN":
|
||||
"View installation instructions <a href='https://aka.ms/build-ort-qnn' target='_blank'>here</a>",
|
||||
|
||||
"linux,C-API,ARM64,SNPE":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-snpe' target='_blank'>here</a>",
|
||||
"linux,C-API,ARM64,QNN":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-qnn' target='_blank'>here</a>",
|
||||
|
||||
"linux,C++,ARM64,SNPE":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-snpe' target='_blank'>here</a>",
|
||||
"linux,C++,ARM64,QNN":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-qnn' target='_blank'>here</a>",
|
||||
|
||||
"android,C-API,ARM64,SNPE":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-snpe' target='_blank'>here</a>",
|
||||
"android,C-API,ARM64,QNN":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-qnn' target='_blank'>here</a>",
|
||||
|
||||
"android,C++,ARM64,SNPE":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-snpe' target='_blank'>here</a>",
|
||||
"android,C++,ARM64,QNN":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-qnn' target='_blank'>here</a>",
|
||||
|
||||
//Xnnpack
|
||||
"ios,C-API,ARM64,XNNPACK":
|
||||
|
|
|
|||
Loading…
Reference in a new issue