From 1b187710e8c87ef93d6b7e4cdfe97872dd32594d Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Sun, 17 May 2020 17:34:26 -0700 Subject: [PATCH] Add java and remove forward compat text (#3968) --- about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index bd26d8e6ee..3442f7276a 100644 --- a/about.html +++ b/about.html @@ -86,7 +86,7 @@

Optimization and acceleration

- Run any ONNX model using a single set of inference APIs that provide access to the best hardware acceleration available. Built-in optimization features trim and consolidate nodes without impacting model accuracy. Additionally, full backwards and forwards compatibility for ONNX and ONNX-ML ensures all ONNX models can be inferenced. + Run any ONNX model using a single set of inference APIs that provide access to the best hardware acceleration available. Built-in optimization features trim and consolidate nodes without impacting model accuracy. Additionally, full backwards compatibility for ONNX and ONNX-ML ensures all ONNX models can be inferenced.

@@ -97,7 +97,7 @@

API and platform support

- Take advantage of the benefits of ONNX Runtime without changing your technology stack. Access ONNX Runtime using your preferred APIC#, C++, C or Python. Support for Linux, Windows and Mac allows you to build and deploy applications without worry. + Take advantage of the benefits of ONNX Runtime without changing your technology stack. Access ONNX Runtime using your preferred APIC#, C++, C, Python, or Java. Support for Linux, Windows and Mac allows you to build and deploy applications without worry.