Unverified Commit b102b9f8 authored by Robert Kimball's avatar Robert Kimball Committed by GitHub

Merge pull request #3258 from NervanaSystems/leona/linkchecker

Add fixes to broken link found by linkchecker
parents c5b976c8 9f17879b
......@@ -355,7 +355,7 @@ big, small {
@font-face {
font-family: 'NeoSansIntel';
src: url("../fonts/NeoSansIntel); src: url("../fonts/NeoSansIntel) format("ttf","svg"), webformat("svg");
src: url("../fonts/NeoSansIntel.ttf"); src: url("../fonts/NeoSansIntel.ttf") format("ttf","svg"), webformat("svg");
font-weight: normal;
font-style: normal;
......
.. frameworks/onnx_integ.rst:
ONNX Support
============
nGraph is able to import and execute ONNX models. Models are converted to
nGraph's internal representation and converted to ``Function`` objects, which
can be compiled and executed on one of nGraph's backends.
nGraph's :abbr:`Intermediate Representation (IR)` and converted to ``Function``
objects, which can be compiled and executed with nGraph backends.
You can use nGraph's Python API to run an ONNX model and nGraph can be used
as an ONNX backend using the add-on package `nGraph ONNX`_.
as a backend to ONNX with the add-on package `nGraph ONNX`_.
.. note:: In order to support ONNX, nGraph must be built with the
``NGRAPH_ONNX_IMPORT_ENABLE`` flag. See `Building nGraph-ONNX
<ngraph_onnx_building>`_ for more information. All nGraph packages
published on PyPI are built with ONNX support.
``NGRAPH_ONNX_IMPORT_ENABLE`` flag. See `Building nGraph-ONNX`_ for more
information. All nGraph packages published on PyPI are built with ONNX
support.
Installation
......@@ -91,9 +89,9 @@ data:
Find more information about nGraph and ONNX in the
`nGraph ONNX`_ GitHub repository.
`nGraph ONNX`_ GitHub\* repository.
.. _ngraph ONNX: https://github.com/NervanaSystems/ngraph-onnx
.. _ngraph ONNX building: https://github.com/NervanaSystems/ngraph-onnx/blob/master/BUILDING.md
.. _Building nGraph-ONNX: https://github.com/NervanaSystems/ngraph-onnx/blob/master/BUILDING.md
.. _ONNX model zoo: https://github.com/onnx/models
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment