Files
openvino/docs/api/api_reference.rst
T
f5e9b699ce doc updates (#8268)
* Various doc changes

* theme changes

* remove font-family (#8211)

* fix  css

* Update uninstalling-openvino.md

* fix css

* fix

* Fixes for Installation Guides

Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
Co-authored-by: kblaszczak-intel <karol.blaszczak@intel.com>
2021-11-02 11:27:03 +03:00

22 lines
715 B
ReStructuredText

.. _api_reference
API Reference
-------------
The OpenVINO toolkit has APIs available for Python, C, and C++. Most features exist for all APIs, but there are some differences. The C++ API is the most comprehensive.
There is also an nGraph API available for Python and C++, with enhanced operation sets and other features. Read `nGraph <https://www.intel.com/content/www/us/en/artificial-intelligence/ngraph.html>`_ and `Introduction to the nGraph <../openvino_docs_nGraph_DG_Introduction.html>`_ for more information.
API references available:
.. toctree::
:maxdepth: 2
../groupie_cpp_api
../groupie_c_api
ie_python_api/api
../groupngraph_cpp_api
ngraph_python_api/api
../deprecated