Skip to content

Commit

Permalink
Update README.md (openvinotoolkit#9337)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndiraSalyahova authored Dec 21, 2021
1 parent 5f53e6f commit 0100060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/pot/openvino/tools/pot/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ given `batch_size`. Returns a list of data items.
## Pipeline

```
class compression.pipline.pipeline.Pipeline(engine)
class compression.pipeline.pipeline.Pipeline(engine)
```
Pipeline class represents the optimization pipeline.

Expand All @@ -319,7 +319,7 @@ The pipeline can be applied to the DL model by calling `run(model)` method where

The POT Python* API provides the utility function to create and configure the pipeline:
```
compression.pipline.initializer.create_pipeline(algo_config, engine)
compression.pipeline.initializer.create_pipeline(algo_config, engine)
```
*Parameters*
- `algo_config` - a list defining optimization algorithms and their parameters included in the optimization pipeline.
Expand Down

0 comments on commit 0100060

Please sign in to comment.