diff --git a/docs/IE_PLUGIN_DG/ExecutableNetwork.md b/docs/IE_PLUGIN_DG/ExecutableNetwork.md index 5f703bcd88091b..12db8094597476 100644 --- a/docs/IE_PLUGIN_DG/ExecutableNetwork.md +++ b/docs/IE_PLUGIN_DG/ExecutableNetwork.md @@ -1,5 +1,16 @@ # Executable Network {#openvino_docs_ie_plugin_dg_executable_network} +@sphinxdirective + +.. toctree:: + :maxdepth: 1 + :caption: Executable Network + :hidden: + + Low Precision Transformations + +@endsphinxdirective + `ExecutableNetwork` class functionality: - Compile an InferenceEngine::ICNNNetwork instance to a backend specific graph representation - Create an arbitrary number of `InferRequest` objects diff --git a/docs/IE_PLUGIN_DG/low_precision_transformations/lpt.md b/docs/IE_PLUGIN_DG/low_precision_transformations/lpt.md index 14a93bde8abfd1..e0930ac3e08e31 100644 --- a/docs/IE_PLUGIN_DG/low_precision_transformations/lpt.md +++ b/docs/IE_PLUGIN_DG/low_precision_transformations/lpt.md @@ -1,5 +1,22 @@ # OpenVINO™ Low Precision Transformations {#openvino_docs_IE_DG_lpt} +@sphinxdirective + +.. toctree:: + :maxdepth: 1 + :caption: Low Precision Transformations + :hidden: + + Low Precision Transformations + + Attributes + Step 1. Prerequisites transformations + Step 2. Markup transformations + Step 3. Main transformations + Step 4. Cleanup transformations + +@endsphinxdirective + ## Introduction Low precision transformations (known as LPT) are a set of nGraph transformations, which are combined in one library. The library is mandatory part of OpenVINO to infer quantized model in low precision with the maximum performance on Intel CPU, GPU and ARM platforms. The library includes more than 45 transformations and supports more then 30 operations. Some transformations are mandatory, some of them are optional and developed for specific device. diff --git a/docs/IE_PLUGIN_DG/low_precision_transformations/lpt_attributes.md b/docs/IE_PLUGIN_DG/low_precision_transformations/lpt_attributes.md index 166fa5625fb168..ce567c746e717e 100644 --- a/docs/IE_PLUGIN_DG/low_precision_transformations/lpt_attributes.md +++ b/docs/IE_PLUGIN_DG/low_precision_transformations/lpt_attributes.md @@ -1,5 +1,21 @@ # Attributes {#openvino_docs_IE_DG_lpt_attributes} +@sphinxdirective + +.. toctree:: + :maxdepth: 1 + :caption: Attributes + :hidden: + + AvgPoolPrecisionPreserved + IntervalsAlignment + PerTensorQuantization + PrecisionPreserved + Precisions + QuantizationAlignment + +@endsphinxdirective + ## Introduction | Name | Target | Required | Mutable |