Add java and remove forward compat text (#3968)

This commit is contained in:
Faith Xu 2020-05-17 17:34:26 -07:00 committed by GitHub
parent 99b2c8a053
commit 1b187710e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@
<div class="col-12 col-md-6 pr-10">
<h2>Optimization and acceleration</h2>
<p>
Run any ONNX model using a single set of inference <a href="https://github.com/Microsoft/onnxruntime#api-documentation" target="_blank" class="link"><abbr title="Application Program Interface">API</abbr>s</a> 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 <a href="https://github.com/microsoft/onnxruntime/blob/master/docs/Versioning.md#compatibility" target="_blank" class="link">compatibility</a> for ONNX and ONNX-<abbr>ML</abbr> ensures all ONNX models can be inferenced.
Run any ONNX model using a single set of inference <a href="https://github.com/Microsoft/onnxruntime#api-documentation" target="_blank" class="link"><abbr title="Application Program Interface">API</abbr>s</a> that provide access to the best hardware acceleration available. Built-in optimization features trim and consolidate nodes without impacting model accuracy. Additionally, full backwards <a href="https://github.com/microsoft/onnxruntime/blob/master/docs/Versioning.md#compatibility" target="_blank" class="link">compatibility</a> for ONNX and ONNX-<abbr>ML</abbr> ensures all ONNX models can be inferenced.
</p>
</div>
</div>
@ -97,7 +97,7 @@
<div class="col-12 col-md-6 order-md-1 pr-10">
<h2><abbr title="Application Program Interface">API</abbr> and platform support</h2>
<p>
Take advantage of the benefits of ONNX Runtime without changing your technology stack. Access ONNX Runtime using your preferred <a href="https://github.com/Microsoft/onnxruntime#apis-and-official-builds" target="_blank" class="link"><abbr title="Application Program Interface">API</abbr></a> &mdash; <abbr>C#</abbr>, <abbr>C++</abbr>, 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 <a href="https://github.com/Microsoft/onnxruntime#apis-and-official-builds" target="_blank" class="link"><abbr title="Application Program Interface">API</abbr></a> &mdash; <abbr>C#</abbr>, <abbr>C++</abbr>, C, Python, or Java. Support for Linux, Windows and Mac allows you to build and deploy applications without worry.
</p>
</div>
</div>