Added deprecation note for PassConfig class (#2593)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user