Skip to content

Commit

Permalink
[LPT] typos were fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli committed Sep 13, 2021
1 parent e4e236d commit f5a814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/low_precision_transformations/lpt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenVINO™ Low Precision Transformations {#openvino_docs_IE_DG_lpt}

## Introduction
`Low precision transformations` (know 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 then 45 transformations and supports more then 30 operations. Some tramnsformations are mandatory, some of them are optional and developed for speciific device.
`Low precision transformations` (know 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 then 45 transformations and supports more then 30 operations. Some transformations are mandatory, some of them are optional and developed for specific device.

The goal of `Low Precision Transformations` (`LPT`) is transform quantized model from original precisions (FP16 or FP32) to low precision (INT8: `signed int8` or `unsigned int8`) model to prepare model for low precision inference in OpenVINO™ plugin. It achieved by two main principles:
1. `FakeQuantize` operation decomposition to two parts:
Expand Down

0 comments on commit f5a814a

Please sign in to comment.