Skip to content

Commit

Permalink
LPT reference in Executable Network rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli committed Jan 10, 2022
1 parent 6c3e232 commit bc13d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/IE_PLUGIN_DG/ExecutableNetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The implementation `CompileNetwork` is fully device-specific.

The function accepts a const shared pointer to `ngraph::Function` object and performs the following steps:

1. Applies ngraph passes using `TransformNetwork` function, which defines plugin-specific conversion pipeline.
1. Applies ngraph passes using `TransformNetwork` function, which defines plugin-specific conversion pipeline. To support low precision inference, the pipeline can include Low Precision Transformations. These transformations are usually hardware specific. You can find how to use and configure Low Precisions Transformations in [Low Precision Transformations](@ref openvino_docs_IE_DG_lpt) guide.
2. Maps the transformed graph to a backend specific graph representation (for example, to MKLDNN graph for Intel CPU).
3. Allocates and fills memory for graph weights, backend specific memory handles and so on.

Expand Down

0 comments on commit bc13d9e

Please sign in to comment.