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