Docs menu recreate structure step1 (#14526)

* Initial TOC config

TOC depth
prev-next btn
TOC initial links

* extensibility section

header changed to section
section populated

* media processing and CV lib

header changed to section
no content in the node article... needs to be added later

* openvino security

header turned into section
intro article used as the section parent

* ecosystem

header turned to section
section populated

* menu padding adjustment

* benchmarks and release notes

benchmarks moved to resources
release notes moved to top level
case studies link

* OpenVINO IR

IR articles put in a section
the parent article will require more content
This commit is contained in:
Karol Blaszczak
2022-12-09 01:23:20 +01:00
committed by GitHub
parent 507cbe7045
commit fac45d79e4
12 changed files with 134 additions and 92 deletions

View File

@@ -0,0 +1,23 @@
# OpenVINO IR format {#openvino_ir}
@sphinxdirective
.. toctree::
:maxdepth: 1
:hidden:
openvino_docs_MO_DG_IR_and_opsets
openvino_docs_ops_opset
openvino_docs_ops_broadcast_rules
openvino_docs_operations_specifications
openvino_docs_MO_DG_prepare_model_convert_model_IR_suitable_for_INT8_inference
@endsphinxdirective
OpenVINO IR (Intermediate Representation) is the proprietary model format of OpenVINO.
In this section you will find detailed information on its operations and application
in OpenVINO.

View File

@@ -6,52 +6,43 @@
.. toctree::
:maxdepth: 1
:hidden:
:caption: Additional Resources
Release Notes <https://software.intel.com/content/www/us/en/develop/articles/openvino-relnotes.html>
openvino_docs_performance_benchmarks
openvino_ir
.. toctree::
:maxdepth: 1
:hidden:
openvino_docs_OV_UG_supported_plugins_Supported_Devices
openvino_supported_models
openvino_docs_MO_DG_prepare_model_Supported_Frameworks_Layers
.. toctree::
:maxdepth: 1
:hidden:
openvino_docs_OV_Glossary
openvino_docs_Legal_Information
openvino_docs_telemetry_information
.. toctree::
:maxdepth: 1
:caption: Intermediate Representation and Operations Sets
:hidden:
openvino_docs_MO_DG_IR_and_opsets
openvino_docs_ops_opset
openvino_docs_ops_broadcast_rules
openvino_docs_operations_specifications
openvino_docs_MO_DG_prepare_model_convert_model_IR_suitable_for_INT8_inference
.. toctree::
:maxdepth: 1
:hidden:
:caption: Case Studies
Case Studies <https://www.intel.com/openvino-success-stories>
@endsphinxdirective
This section includes a variety of reference information in three broad categories.
This section includes a variety of reference information focusing mostly on describing OpenVINO
and its proprietary model format, OpenVINO IR.
### Additional Resources
[Release Notes](https://software.intel.com/content/www/us/en/develop/articles/openvino-relnotes.html) contains change logs and notes for each OpenVINO release.
[Supported Devices](../OV_Runtime_UG/supported_plugins/Supported_Devices.md) is compatibility information about supported hardware accelerators.
[Legal Information](../Legal_Information.md) has trademark information and other legal statements.
### Intermediate Representation and Operations Sets
[Available Operation Sets](../ops/opset.md) is a list of supported operations and explanation of supported capabilities.
[Broadcast Rules for Elementwise Operations](../ops/broadcast_rules.md) explains the rules used for to support an arbitrary number of dimensions in neural nets.
### Case Studies
Links to [articles](https://www.intel.com/openvino-success-stories) about real-world examples of OpenVINO™ usage.
[Release Notes](https://software.intel.com/content/www/us/en/develop/articles/openvino-relnotes.html) contains change logs and notes for each OpenVINO release.