mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
chart updates (#5202)
This commit is contained in:
parent
55aba625fc
commit
7841775e59
2 changed files with 158 additions and 23 deletions
56
index.html
56
index.html
|
|
@ -153,7 +153,7 @@
|
|||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||||
<div class="col-md-3 r-heading">
|
||||
<h3 id="selectOS"><abbr title="Operating System">OS</abbr></h3>
|
||||
<p id="decriptionOS" class="sr-only"><abbr>OS</abbr> list contains three items</p>
|
||||
<p id="decriptionOS" class="sr-only"><abbr>OS</abbr> list contains five items</p>
|
||||
</div>
|
||||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="listbox-1" aria-labelledby="selectOS" aria-describedby="decriptionOS">
|
||||
<div class="row os">
|
||||
|
|
@ -166,7 +166,13 @@
|
|||
<div class="col-lg-2dot4 col r-option version" role="option" tabindex="-1" aria-selected="false" id="mac">
|
||||
<span>Mac</span>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2dot4 col r-option version" role="option" tabindex="-1" aria-selected="false" id="android">
|
||||
<span>Android (Preview)</span>
|
||||
</div>
|
||||
<div class="col-lg-2dot4 col r-option version" role="option" tabindex="-1" aria-selected="false" id="ios">
|
||||
<span>iOS (Preview)</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -174,7 +180,7 @@
|
|||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||||
<div class="col-md-3 r-heading">
|
||||
<h3 id="selectLanguage">API</h3>
|
||||
<p id="decriptionLanguage" class="sr-only">API list contains five items</p>
|
||||
<p id="decriptionLanguage" class="sr-only">API list contains seven items</p>
|
||||
</div>
|
||||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="listbox-2" aria-labelledby="selectLanguage" aria-describedby="decriptionLanguage">
|
||||
<div class="row language">
|
||||
|
|
@ -194,7 +200,7 @@
|
|||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||||
<div class="col-md-3 r-heading ">
|
||||
<h3 id="selectArchitecture" class="align-self-center">Architecture</h3>
|
||||
<p id="decriptionArchitecture" class="sr-only">Architecture list contains five items</p>
|
||||
<p id="decriptionArchitecture" class="sr-only">Architecture list contains four items</p>
|
||||
</div>
|
||||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="listbox-3" aria-labelledby="selectArchitecture" aria-describedby="decriptionArchitecture">
|
||||
<div class="row architecture">
|
||||
|
|
@ -213,33 +219,39 @@
|
|||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||||
<div class="col-md-3 r-heading">
|
||||
<h3 id="selectHardwareAcceleration">Hardware Acceleration</h3>
|
||||
<p id="decriptionHardwareAcceleration" class="sr-only">Hardware Acceleration list contains nine items</p>
|
||||
<p id="decriptionHardwareAcceleration" class="sr-only">Hardware Acceleration list contains fourteen items</p>
|
||||
</div>
|
||||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="listbox-4" aria-labelledby="selectHardwareAcceleration" aria-describedby="decriptionHardwareAcceleration">
|
||||
<div class="row hardwareAcceleration">
|
||||
<div class="col-lg-2dot5 col r-option version selected" role="option" tabindex="0" aria-selected="true" id="DefaultCPU">
|
||||
<span>Default <abbr>CPU</abbr></span></div>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="ACL">
|
||||
<span>ACL (Preview)</span></div>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="ArmNN">
|
||||
<span>ArmNN (Preview)</span></div>
|
||||
<div class="col-lg-2dot5 col r-option version" role="option" tabindex="-1" aria-selected="false" id="CUDA">
|
||||
<span><abbr>CUDA</abbr></span>
|
||||
</div>
|
||||
<span><abbr>CUDA</abbr></span></div>
|
||||
<div class="col-lg-2dot5 col r-option version" role="option" tabindex="-1" aria-selected="false" id="DirectML">
|
||||
<span>Direct<abbr>ML</abbr></span></div>
|
||||
<div class="col-lg-2dot4 col r-option version" role="option" tabindex="-1" aria-selected="false" id="DNNL">
|
||||
<span><abbr>DNNL</abbr></span></div>
|
||||
<div class="col-lg-2dot4 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="MKL-ML">
|
||||
<span><abbr>MKL-ML</abbr></span></div>
|
||||
<div class="col-lg-2dot4 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="MIGraphX">
|
||||
<span>MIGraphX (Preview)</span></div>
|
||||
<div class="col-lg-2dot4 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="NNAPI">
|
||||
<span>NNAPI (Preview)</span></div>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="NUPHAR">
|
||||
<span><abbr>NUPHAR (Preview)</abbr></span></div>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="OpenVINO">
|
||||
<span>OpenVINO</span></div>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="RockchipNPU">
|
||||
<span>Rockchip NPU (Preview)</span></div>
|
||||
<div class="col-lg-2dot5 col r-option version" role="option" tabindex="-1" aria-selected="false" id="TensorRT">
|
||||
<span>Tensor<abbr>RT</abbr></span></div>
|
||||
<div class="col-lg-2dot5 col r-option version" role="option" tabindex="-1" aria-selected="false" id="DirectML">
|
||||
<span>Direct<abbr>ML</abbr></span>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="VitisAI">
|
||||
<span>Vitis AI (Preview)</span></div>
|
||||
</div>
|
||||
<div class="col-lg-2dot5 col r-option version" role="option" tabindex="-1" aria-selected="false" id="DNNL">
|
||||
<span><abbr>DNNL</abbr></span>
|
||||
</div>
|
||||
<div class="col-lg-2dot4 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="MKL-ML">
|
||||
<span><abbr>MKL-ML</abbr></span>
|
||||
</div>
|
||||
<div class="col-lg-2dot4 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="nGraph">
|
||||
<span>nGraph</span></div>
|
||||
<div class="col-lg-2dot4 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="NUPHAR">
|
||||
<span><abbr>NUPHAR</abbr></span></div>
|
||||
<div class="col-lg-2dot4 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="OpenVINO">
|
||||
<span>OpenVINO</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
125
js/script.js
125
js/script.js
|
|
@ -935,8 +935,131 @@ function commandMessage(key) {
|
|||
|
||||
"windows,Javascript,X64,DefaultCPU":
|
||||
"npm install onnxruntime",
|
||||
|
||||
|
||||
"android,C,X86,DefaultCPU":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android' target='_blank'>here</a>",
|
||||
|
||||
"android,C++,X86,DefaultCPU":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android' target='_blank'>here</a>",
|
||||
|
||||
"android,Java,X86,DefaultCPU":
|
||||
"Follow <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android' target='_blank'>build</a> and <a href='https://aka.ms/onnxruntime-java' target='_blank'>API instructions</a>",
|
||||
|
||||
"android,C,ARM64,DefaultCPU":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android' target='_blank'>here</a>",
|
||||
|
||||
"android,C++,ARM64,DefaultCPU":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android' target='_blank'>here</a>",
|
||||
|
||||
"android,Java,ARM64,DefaultCPU":
|
||||
"Follow <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android' target='_blank'>build</a> and <a href='https://aka.ms/onnxruntime-java' target='_blank'>API instructions</a>",
|
||||
|
||||
"android,C,X86,NNAPI":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android-NNAPI-Execution-Provider' target='_blank'>here</a>",
|
||||
|
||||
"android,C++,X86,NNAPI":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android-NNAPI-Execution-Provider' target='_blank'>here</a>",
|
||||
|
||||
"android,Java,X86,NNAPI":
|
||||
"Follow <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android-NNAPI-Execution-Provider' target='_blank'>build</a> and <a href='https://aka.ms/onnxruntime-java' target='_blank'>API instructions</a>",
|
||||
|
||||
"android,C,ARM64,NNAPI":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android-NNAPI-Execution-Provider' target='_blank'>here</a>",
|
||||
|
||||
"android,C++,ARM64,NNAPI":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android-NNAPI-Execution-Provider' target='_blank'>here</a>",
|
||||
|
||||
"android,Java,ARM64,NNAPI":
|
||||
"Follow <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Android-NNAPI-Execution-Provider' target='_blank'>build</a> and <a href='https://aka.ms/onnxruntime-java' target='_blank'>API instructions</a>",
|
||||
|
||||
"ios,C,ARM64,DefaultCPU":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#iOS' target='_blank'>here</a>",
|
||||
|
||||
"ios,C++,ARM64,DefaultCPU":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#iOS' target='_blank'>here</a>",
|
||||
|
||||
"windows,Python(3.5-3.7),X86,VitisAI":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Vitis-AI' target='_blank'>here</a>",
|
||||
|
||||
"windows,C,X86,VitisAI":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Vitis-AI' target='_blank'>here</a>",
|
||||
|
||||
"windows,C++,X86,VitisAI":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Vitis-AI' target='_blank'>here</a>",
|
||||
|
||||
"linux,Python(3.5-3.7),X86,VitisAI":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Vitis-AI' target='_blank'>here</a>",
|
||||
|
||||
"linux,C,X86,VitisAI":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Vitis-AI' target='_blank'>here</a>",
|
||||
|
||||
"linux,C++,X86,VitisAI":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#Vitis-AI' target='_blank'>here</a>",
|
||||
|
||||
"windows,Python(3.5-3.7),X86,MIGraphX":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#AMD-MIGraphX' target='_blank'>here</a>",
|
||||
|
||||
"windows,C,X86,MIGraphX":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#AMD-MIGraphX' target='_blank'>here</a>",
|
||||
|
||||
"windows,C++,X86,MIGraphX":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#AMD-MIGraphX' target='_blank'>here</a>",
|
||||
|
||||
"linux,Python(3.5-3.7),X86,MIGraphX":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#AMD-MIGraphX' target='_blank'>here</a>",
|
||||
|
||||
"linux,C,X86,MIGraphX":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#AMD-MIGraphX' target='_blank'>here</a>",
|
||||
|
||||
"linux,C++,X86,MIGraphX":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#AMD-MIGraphX' target='_blank'>here</a>",
|
||||
|
||||
"linux,Python(3.5-3.7),ARM64,ACL":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ARM-Compute-Library' target='_blank'>here</a>",
|
||||
|
||||
"linux,C,ARM64,ACL":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ARM-Compute-Library' target='_blank'>here</a>",
|
||||
|
||||
"linux,C++,ARM64,ACL":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ARM-Compute-Library' target='_blank'>here</a>",
|
||||
|
||||
"linux,Python(3.5-3.7),ARM32,ACL":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ARM-Compute-Library' target='_blank'>here</a>",
|
||||
|
||||
"linux,C,ARM32,ACL":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ARM-Compute-Library' target='_blank'>here</a>",
|
||||
|
||||
"linux,C++,ARM32,ACL":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ARM-Compute-Library' target='_blank'>here</a>",
|
||||
|
||||
"linux,Python(3.5-3.7),ARM64,ArmNN":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ArmNN' target='_blank'>here</a>",
|
||||
|
||||
"linux,C,ARM64,ArmNN":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ArmNN' target='_blank'>here</a>",
|
||||
|
||||
"linux,C++,ARM64,ArmNN":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ArmNN' target='_blank'>here</a>",
|
||||
|
||||
"linux,Python(3.5-3.7),ARM32,ArmNN":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ArmNN' target='_blank'>here</a>",
|
||||
|
||||
"linux,C,ARM32,ArmNN":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ArmNN' target='_blank'>here</a>",
|
||||
|
||||
"linux,C++,ARM32,ArmNN":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#ArmNN' target='_blank'>here</a>",
|
||||
|
||||
"linux,Python(3.5-3.7),ARM64,RockchipNPU":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#RKNPU' target='_blank'>here</a>",
|
||||
|
||||
"linux,C,ARM64,RockchipNPU":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#RKNPU' target='_blank'>here</a>",
|
||||
|
||||
"linux,C++,ARM64,RockchipNPU":
|
||||
"Follow build instructions from <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#RKNPU' target='_blank'>here</a>",
|
||||
|
||||
|
||||
};
|
||||
|
||||
if (!object.hasOwnProperty(key)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue