Changed location of extensibility guide (#10433)

* Changed location of extensibility guide

* Removed hardware kernels legacy documentation

* Changed all extension guild to new API

* Removed Custom_Layers_Guide

* Fixed build

* Fixed some moments

* Update docs/Extensibility_UG/Intro.md

* Fixed build

* Added more examples

* Fixed typo

* Fixed comments

* Extend library topic

* Fixed typo
This commit is contained in:
Ilya Churaev
2022-02-24 15:50:31 +03:00
committed by GitHub
parent a2f9963045
commit 1c18733ade
30 changed files with 268 additions and 1632 deletions

View File

@@ -8,7 +8,6 @@
:hidden:
openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide
openvino_docs_HOWTO_Custom_Layers_Guide
omz_tools_downloader
@@ -68,9 +67,10 @@
.. toctree::
:maxdepth: 1
:caption: Developing Inference Engine Plugins
:caption: OpenVINO Extensibility
:hidden:
openvino_docs_Extensibility_UG_Intro
Inference Engine Plugin Developer Guide <openvino_docs_ie_plugin_dg_overview>
groupie_dev_api
Plugin Transformation Pipeline <openvino_docs_IE_DG_plugin_transformation_pipeline>