@@ -213,33 +219,39 @@
Hardware Acceleration
-
Hardware Acceleration list contains nine items
+
Hardware Acceleration list contains fourteen items
+
+ ACL (Preview)
+
+ ArmNN (Preview)
+
CUDA
+
+
+
+
+ MIGraphX (Preview)
+
+ NNAPI (Preview)
+
+
+ OpenVINO
+
+ Rockchip NPU (Preview)
-
-
DirectML
+
+ Vitis AI (Preview)
-
-
-
- nGraph
-
-
- 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)) {