Added deprecation note for PassConfig class (#2593)

This commit is contained in:
Gleb Kazantaev
2020-10-08 18:11:19 +03:00
committed by GitHub
parent ea06196afb
commit 4793774d18

View File

@@ -368,6 +368,9 @@ Another example shows how multiple matcher passes can be united into single Grap
@snippet src/template_pattern_transformation.cpp matcher_pass:manager2 @snippet src/template_pattern_transformation.cpp matcher_pass:manager2
> **Note:** nGraph used to have the `pass::PassConfig` class for transformation pipeline manipulation.
This mechanism is now obsolete and the `pass::PassConfig` class will be removed in future release.
## How to debug transformations <a name="how_to_debug_transformations"></a> ## How to debug transformations <a name="how_to_debug_transformations"></a>
The most popular tool for transformations debugging is the `ngraph::pass::VisualizeTree` transformation, which visualizes ngraph::Function. The most popular tool for transformations debugging is the `ngraph::pass::VisualizeTree` transformation, which visualizes ngraph::Function.