Skip to content

Commit

Permalink
directive was added
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli committed Dec 24, 2021
1 parent 18d8aff commit 5708385
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/IE_PLUGIN_DG/ExecutableNetwork.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Executable Network {#openvino_docs_ie_plugin_dg_executable_network}

@sphinxdirective

.. toctree::
:maxdepth: 1
:caption: Executable Network
:hidden:

Low Precision Transformations <openvino_docs_IE_DG_lpt>

@endsphinxdirective

`ExecutableNetwork` class functionality:
- Compile an InferenceEngine::ICNNNetwork instance to a backend specific graph representation
- Create an arbitrary number of `InferRequest` objects
Expand Down
17 changes: 17 additions & 0 deletions docs/IE_PLUGIN_DG/low_precision_transformations/lpt.md
Original file line number Diff line number Diff line change
@@ -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 <openvino_docs_IE_DG_lpt>

Attributes <openvino_docs_IE_DG_lpt_attributes>
Step 1. Prerequisites transformations <openvino_docs_IE_DG_lpt_step1_prerequisites>
Step 2. Markup transformations <openvino_docs_IE_DG_lpt_step2_markup>
Step 3. Main transformations <openvino_docs_IE_DG_lpt_step3_main>
Step 4. Cleanup transformations <openvino_docs_IE_DG_lpt_step4_cleanup>

@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.

Expand Down
16 changes: 16 additions & 0 deletions docs/IE_PLUGIN_DG/low_precision_transformations/lpt_attributes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Attributes {#openvino_docs_IE_DG_lpt_attributes}

@sphinxdirective

.. toctree::
:maxdepth: 1
:caption: Attributes
:hidden:

AvgPoolPrecisionPreserved <openvino_docs_IE_DG_lpt_AvgPoolPrecisionPreserved>
IntervalsAlignment <openvino_docs_IE_DG_lpt_IntervalsAlignment>
PerTensorQuantization <openvino_docs_IE_DG_lpt_PerTensorQuantization>
PrecisionPreserved <openvino_docs_IE_DG_lpt_PrecisionPreserved>
Precisions <openvino_docs_IE_DG_lpt_Precisions>
QuantizationAlignment <openvino_docs_IE_DG_lpt_QuantizationAlignment>

@endsphinxdirective

## Introduction

| Name | Target | Required | Mutable |
Expand Down

0 comments on commit 5708385

Please sign in to comment.