diff --git a/index.html b/index.html index 00e64a76a7..6ff83ae152 100644 --- a/index.html +++ b/index.html @@ -153,7 +153,7 @@

OS

-

OS list contains three items

+

OS list contains five items

@@ -166,7 +166,13 @@
Mac
- +
+ Android (Preview) +
+
+ iOS (Preview) +
+
@@ -174,7 +180,7 @@

API

-

API list contains five items

+

API list contains seven items

@@ -194,7 +200,7 @@

Architecture

-

Architecture list contains five items

+

Architecture list contains four items

@@ -213,33 +219,39 @@

Hardware Acceleration

-

Hardware Acceleration list contains nine items

+

Hardware Acceleration list contains fourteen items

Default  CPU
+
+ ACL (Preview)
+
+ ArmNN (Preview)
- CUDA -
+ CUDA
+
+ DirectML
+
+ DNNL
+
+ MKL-ML
+
+ MIGraphX (Preview)
+
+ NNAPI (Preview)
+
+ NUPHAR (Preview)
+
+ OpenVINO
+
+ Rockchip NPU (Preview)
TensorRT
-
- DirectML +
+ Vitis AI (Preview)
-
- DNNL -
-
- MKL-ML -
-
- nGraph
-
- NUPHAR
-
- OpenVINO
-
diff --git a/js/script.js b/js/script.js index 3fa827b1a8..4cff0fea94 100644 --- a/js/script.js +++ b/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 here", + + "android,C++,X86,DefaultCPU": + "Follow build instructions from here", + + "android,Java,X86,DefaultCPU": + "Follow build and API instructions", + + "android,C,ARM64,DefaultCPU": + "Follow build instructions from here", + + "android,C++,ARM64,DefaultCPU": + "Follow build instructions from here", + + "android,Java,ARM64,DefaultCPU": + "Follow build and API instructions", + + "android,C,X86,NNAPI": + "Follow build instructions from here", + + "android,C++,X86,NNAPI": + "Follow build instructions from here", + + "android,Java,X86,NNAPI": + "Follow build and API instructions", + + "android,C,ARM64,NNAPI": + "Follow build instructions from here", + + "android,C++,ARM64,NNAPI": + "Follow build instructions from here", + + "android,Java,ARM64,NNAPI": + "Follow build and API instructions", + + "ios,C,ARM64,DefaultCPU": + "Follow build instructions from here", + + "ios,C++,ARM64,DefaultCPU": + "Follow build instructions from here", + + "windows,Python(3.5-3.7),X86,VitisAI": + "Follow build instructions from here", + + "windows,C,X86,VitisAI": + "Follow build instructions from here", + + "windows,C++,X86,VitisAI": + "Follow build instructions from here", + + "linux,Python(3.5-3.7),X86,VitisAI": + "Follow build instructions from here", + + "linux,C,X86,VitisAI": + "Follow build instructions from here", + + "linux,C++,X86,VitisAI": + "Follow build instructions from here", + + "windows,Python(3.5-3.7),X86,MIGraphX": + "Follow build instructions from here", + + "windows,C,X86,MIGraphX": + "Follow build instructions from here", + + "windows,C++,X86,MIGraphX": + "Follow build instructions from here", + + "linux,Python(3.5-3.7),X86,MIGraphX": + "Follow build instructions from here", + + "linux,C,X86,MIGraphX": + "Follow build instructions from here", + + "linux,C++,X86,MIGraphX": + "Follow build instructions from here", + + "linux,Python(3.5-3.7),ARM64,ACL": + "Follow build instructions from here", + + "linux,C,ARM64,ACL": + "Follow build instructions from here", + + "linux,C++,ARM64,ACL": + "Follow build instructions from here", + + "linux,Python(3.5-3.7),ARM32,ACL": + "Follow build instructions from here", + + "linux,C,ARM32,ACL": + "Follow build instructions from here", + + "linux,C++,ARM32,ACL": + "Follow build instructions from here", + + "linux,Python(3.5-3.7),ARM64,ArmNN": + "Follow build instructions from here", + + "linux,C,ARM64,ArmNN": + "Follow build instructions from here", + + "linux,C++,ARM64,ArmNN": + "Follow build instructions from here", + + "linux,Python(3.5-3.7),ARM32,ArmNN": + "Follow build instructions from here", + + "linux,C,ARM32,ArmNN": + "Follow build instructions from here", + + "linux,C++,ARM32,ArmNN": + "Follow build instructions from here", + + "linux,Python(3.5-3.7),ARM64,RockchipNPU": + "Follow build instructions from here", + + "linux,C,ARM64,RockchipNPU": + "Follow build instructions from here", + + "linux,C++,ARM64,RockchipNPU": + "Follow build instructions from here", + + }; if (!object.hasOwnProperty(key)) {