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
1c1d8d65
Commit
1c1d8d65
authored
Mar 20, 2018
by
Leona C
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the landpage for docs to match content from blog and project doc named about
parent
104ec6fe
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
24 deletions
+51
-24
ngraph-ecosystem.png
doc/sphinx/source/graphics/ngraph-ecosystem.png
+0
-0
index.rst
doc/sphinx/source/index.rst
+36
-12
about.rst
doc/sphinx/source/project/about.rst
+15
-12
ngraph-ecosystem.png
doc/sphinx/static/ngraph-ecosystem.png
+0
-0
No files found.
doc/sphinx/source/graphics/ngraph-ecosystem.png
0 → 100644
View file @
1c1d8d65
30.1 KB
doc/sphinx/source/index.rst
View file @
1c1d8d65
...
...
@@ -17,18 +17,42 @@
nGraph library
###############
Welcome to Intel® nGraph™, an open source C++ library and compiler. This
project enables modern compute platforms to run and train :abbr:`Deep Neural Network (DNN)`
models. It is framework neutral and supports a variety of backends used by
:abbr:`Deep Learning (DL)` frameworks.
.. image:: ../static/ngraph-ecosystem.png
:width: 585px
For this early release, we've provided :doc:`framework-integration-guides` to
compile and run MXNet\* and TensorFlow\*-based projects. If you already have
a trained model, see our section on How to :doc:`howto/import` and start working
with the nGraph APIs.
Welcome to nGraph™, an open-source C++ compiler library for running and
training :abbr:`Deep Neural Network (DNN)` models. This project is
framework-neutral and can target a variety of modern devices or platforms.
.. figure:: graphics/ngraph-ecosystem.png
:width: 585px
nGraph currently supports :doc:`three of the most popular <framework-integration-guides>`
frameworks for :abbr:`Deep Learning (DL)` models. through what we call
a :term:`bridge` that can be integrated during the framework's build time.
For developers working with other frameworks (even those not listed above),
we've created a :doc:`howto/index` guide so you can learn how to create
custom bridge code that can be used to :doc:`howto/execute` a training
model.
With nGraph, data scientists can focus on data science rather than worrying
about how to adapt models to train and run efficiently on different devices.
We've recently added initial support for the ONNX format. Developers who
already have a "trained" model can use nGraph to bypass a lot of the
framework-based complexity and :doc:`howto/import` to test or run it
on targeted and efficient backends with our user-friendly ``ngraph_api``.
Supported platforms
--------------------
Initially-supported backends include
* Intel Architecture (CPUs),
* Intel® Nervana Neural Network Processor™ (NNPs), and
* NVIDIA\* CUDA (GPUs).
Tentatively in the pipeline, we'll be adding backend support for
* :abbr:`Field Programmable Gate Arrays (FPGA)` (FPGAs)
* Movidius
.. note:: The library code is under active development as we're continually
adding support for more kinds of DL models and ops, framework compiler
...
...
doc/sphinx/source/project/about.rst
View file @
1c1d8d65
...
...
@@ -10,17 +10,19 @@ framework-neutral and can target a variety of modern devices or platforms.
.. figure:: ../graphics/ngraph-ecosystem.png
:width: 585px
nGraph currently supports :doc:`three of the most popular <framework-integration-guides>`
nGraph currently supports :doc:`three of the most popular <
../
framework-integration-guides>`
frameworks for :abbr:`Deep Learning (DL)` models. through what we call
a :term:`bridge` that can be integrated during the framework's build time.
For developers working with other frameworks (even those not listed above),
we've created a :doc:`howto/index` guide so you can teach yourself how to
create bridge code that can be used to :doc:`howto/execute`.
we've created a :doc:`../howto/index` guide so you can learn how to create
custom bridge code that can be used to :doc:`../howto/execute` a training
model.
With nGraph, data scientists can focus on data science rather than worrying
about how to adapt models to train and run efficiently on different devices.
We've recently added initial support for the `ONNX`_ format. Developers who already have a "trained" model can use nGraph to bypass a lot
of the framework-based complexity and :doc:`howto/import` to test or run it
We've recently added initial support for the `ONNX`_ format. Developers who
already have a "trained" model can use nGraph to bypass a lot of the
framework-based complexity and :doc:`../howto/import` to test or run it
on targeted and efficient backends with our user-friendly ``ngraph_api``.
Supported platforms
...
...
@@ -28,14 +30,14 @@ Supported platforms
Initially-supported backends include
* Intel Architecture
CPUs
,
*
the Intel® Nervana Neural Network Processor™ (NNP
), and
* NVIDIA\* CUDA
GPUs
.
* Intel Architecture
(CPUs)
,
*
Intel® Nervana Neural Network Processor™ (NNPs
), and
* NVIDIA\* CUDA
(GPUs)
.
Tentaively in the pipeline, we'll be adding backend support for
Tenta
t
ively in the pipeline, we'll be adding backend support for
* :abbr:`Field Programmable Gate Arrays (FPGA)`
*
Movidius compute stick
* :abbr:`Field Programmable Gate Arrays (FPGA)`
(FPGAs)
*
`Movidius`_ compute stick
Why was this needed?
...
...
@@ -113,4 +115,5 @@ our `arXiv paper`_ from the 2018 SysML conference.
.. _ONNX: http://onnx.ai
.. _arXiv paper: https://arxiv.org/pdf/1801.08058.pdf
.. _Intel® MKL-DNN: https://github.com/intel/mkl-dnn
.. _Movidius: https://developer.movidius.com/
.. _Intel Nervana NNPs:
doc/sphinx/static/ngraph-ecosystem.png
0 → 100644
View file @
1c1d8d65
30.1 KB
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