Skip to content

Commit

Permalink
fix link in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
itikhono committed Sep 12, 2023
1 parent 2c48281 commit c153ad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Model display features (here and below):

The transformation is required and includes two tasks:

1. Mark operation input ports (create ``Precision`` attribute instance) by provided restrictions: input port index and required precisions. Restrictions are provided as input argument in ``:ref:`ov::pass::low_precision::LowPrecision <doxid-classngraph_1_1pass_1_1low__precision_1_1_low_precision>``` constructor.
1. Mark operation input ports (create ``Precision`` attribute instance) by provided restrictions: input port index and required precisions. Restrictions are provided as input argument in ``:ref:`ov::pass::low_precision::LowPrecision <doxid-classov_1_1pass_1_1low__precision_1_1_low_precision>``` constructor.
2. Mark precision preserved operations.

No attributes are required before the transformation. Changes in the example model after ``MarkupPrecisions`` transformation:
Expand Down

0 comments on commit c153ad8

Please sign in to comment.