#include #include #include int main() { using namespace InferenceEngine; //! [part0] std::shared_ptr nGraph; // ... ngraph::pass::VisualizeTree("after.png").run_on_function(nGraph); // Visualize the nGraph function to an image //! [part0] return 0; }