Commit e5991ade authored by Leona C's avatar Leona C

Add edits

parent a58d3bc2
...@@ -62,14 +62,14 @@ more detail and describe how nGraph addresses them. ...@@ -62,14 +62,14 @@ more detail and describe how nGraph addresses them.
Problem 1: Kernel libraries do not support graph-level optimizations Problem 1: Kernel libraries do not support graph-level optimizations
-------------------------------------------------------------------- --------------------------------------------------------------------
The example diagrams below shows how a deep learning framework, when integrated The example diagrams below show how a deep learning framework, when integrated
with a kernel library, can optimally run each operation in a computational with a kernel library, can optimally run each operation in a computational
graph, but the choice of operations in the graph may not be optimal. graph, but the choice of operations in the graph may not be optimal.
.. _figure-A: .. _figure-A:
.. figure:: ../graphics/kernel-problem-1.png .. figure:: ../graphics/kernel-problem-1.png
:width: 555px :width: 100%
:alt: :alt:
...@@ -95,7 +95,7 @@ diagram. ...@@ -95,7 +95,7 @@ diagram.
.. _figure-B: .. _figure-B:
.. figure:: ../graphics/kernel-problem-2.png .. figure:: ../graphics/kernel-problem-2.png
:width: 555px :width: 100%
:alt: :alt:
Each framework must be manually integrated with each hardware-specific kernel Each framework must be manually integrated with each hardware-specific kernel
...@@ -130,7 +130,7 @@ work for what will ultimately be a fragile setup that is costly to maintain. ...@@ -130,7 +130,7 @@ work for what will ultimately be a fragile setup that is costly to maintain.
.. _figure-C: .. _figure-C:
.. figure:: ../graphics/kernel-problem-3.png .. figure:: ../graphics/kernel-problem-3.png
:width: 555px :width: 100%
:alt: :alt:
......
:orphan: :orphan:
.. toctree:: .. toctree::
:caption: Sitemap :includehidden:
:maxdepth: 1
frameworks/index
frameworks/index project/index
python_api/index python_api/index
inspection/index inspection/index
core/overview core/overview
backends/index backends/index
project/index project/extras/index
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