mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
Add java and remove forward compat text (#3968)
This commit is contained in:
parent
99b2c8a053
commit
1b187710e8
1 changed files with 2 additions and 2 deletions
|
|
@ -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> — <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> — <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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue