diff --git a/docs/low_precision_transformations/lpt.md b/docs/low_precision_transformations/lpt.md index f0561cd006d6ce..7b2743eeba08d6 100644 --- a/docs/low_precision_transformations/lpt.md +++ b/docs/low_precision_transformations/lpt.md @@ -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: