Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
e0a87177
Commit
e0a87177
authored
Jul 18, 2019
by
Leona C
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update broken link found by linkchecker and edit a few small things on ONNX integ
parent
2c41d422
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
onnx_integ.rst
doc/sphinx/source/frameworks/onnx_integ.rst
+8
-10
No files found.
doc/sphinx/source/frameworks/onnx_integ.rst
View file @
e0a87177
.. 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 a
n 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment