index.rst 459 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
.. python_api/index.rst

##########
Python API
##########

This section contains nGraph™ Python API documentation. Python API exposes
nGraph™ C++ operations to Python users. For quick-start you can find an example
of the API usage below.

L.S. Cook's avatar
L.S. Cook committed
11
.. literalinclude:: ../../../../python/examples/basic.py
12
   :language: python
L.S. Cook's avatar
L.S. Cook committed
13
   :lines: 18-47
14 15 16 17 18

=======

.. toctree::
   :maxdepth: 1
19
   :titlesonly:
20 21

   structure
22
   List of operations <_autosummary/ngraph.ops.rst>