Skip to content

Commit

Permalink
DOCS: Low Precision Transformations proofreading for 22.3 (#14511)
Browse files Browse the repository at this point in the history
* Attributes
* Update lpt_attributes.md
* defines-fix
* revert principle
  • Loading branch information
sgolebiewski-intel committed Dec 16, 2022
1 parent 00d462b commit 4c7c941
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AvgPoolPrecisionPreserved attribute {#openvino_docs_OV_UG_lpt_AvgPoolPrecisionPreserved}
# AvgPoolPrecisionPreserved Attribute {#openvino_docs_OV_UG_lpt_AvgPoolPrecisionPreserved}

ngraph::AvgPoolPrecisionPreservedAttribute class represents the `AvgPoolPrecisionPreserved` attribute.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IntervalsAlignment attribute {#openvino_docs_OV_UG_lpt_IntervalsAlignment}
# IntervalsAlignment Attribute {#openvino_docs_OV_UG_lpt_IntervalsAlignment}

ngraph::IntervalsAlignmentAttribute class represents the `IntervalsAlignment` attribute.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PrecisionPreserved attribute {#openvino_docs_OV_UG_lpt_PrecisionPreserved}
# PrecisionPreserved Attribute {#openvino_docs_OV_UG_lpt_PrecisionPreserved}

ngraph::PrecisionPreservedAttribute class represents the `PrecisionPreserved` attribute.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Precisions attribute {#openvino_docs_OV_UG_lpt_Precisions}
# Precisions Attribute {#openvino_docs_OV_UG_lpt_Precisions}

ngraph::PrecisionsAttribute class represents the `Precisions` attribute.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# QuantizationAlignment attribute {#openvino_docs_OV_UG_lpt_QuantizationAlignment}
# QuantizationAlignment Attribute {#openvino_docs_OV_UG_lpt_QuantizationAlignment}

ngraph::QuantizationAlignmentAttribute class represents the `QuantizationAlignment` attribute.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# QuantizationGranularity attribute {#openvino_docs_OV_UG_lpt_QuantizationGranularity}
# QuantizationGranularity Attribute {#openvino_docs_OV_UG_lpt_QuantizationGranularity}

ngraph::QuantizationAttribute class represents the `QuantizationGranularity` attribute.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Attributes usage by transformations:
| IntervalsAlignment | AlignQuantizationIntervals | FakeQuantizeDecompositionTransformation |
| QuantizationAlignment | AlignQuantizationParameters | FakeQuantizeDecompositionTransformation |

> **NOTE**: The same type of attribute instances can be created in different transformations. This approach is the result of the transformation single-responsibility principle. For example, `Precision` attribute instances are created in `MarkupCanBeQuantized` and `MarkupPrecisions` transformations, but the reasons for their creation are different.
> **NOTE**: The same type of attribute instances can be created in different transformations. This approach is the result of the transformation single-responsibility principle. For example, `Precision` attribute instances are created in `MarkupCanBeQuantized` and `MarkupPrecisions` transformations, but the reasons for their creation are different.

0 comments on commit 4c7c941

Please sign in to comment.