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
b102b9f8
Unverified
Commit
b102b9f8
authored
Jul 19, 2019
by
Robert Kimball
Committed by
GitHub
Jul 19, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3258 from NervanaSystems/leona/linkchecker
Add fixes to broken link found by linkchecker
parents
c5b976c8
9f17879b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
+9
-11
theme.css
doc/sphinx/ngraph_theme/static/css/theme.css
+1
-1
onnx_integ.rst
doc/sphinx/source/frameworks/onnx_integ.rst
+8
-10
No files found.
doc/sphinx/ngraph_theme/static/css/theme.css
View file @
b102b9f8
...
...
@@ -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
;
...
...
doc/sphinx/source/frameworks/onnx_integ.rst
View file @
b102b9f8
.. 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