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:
Nat Kershaw (MSFT) 2023-05-24 06:42:42 -07:00 committed by GitHub
parent 627112921e
commit 22216b97b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 17 deletions

View file

@ -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">

View file

@ -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":