OpenVINO 2022.1 has introduced OpenVINO API 2.0. For more information on transition steps from the previous API, see the transition guide
#include <network_helper.hpp> class InsertDequantizationResult { public: // fields std::shared_ptr<Node> newOperation; std::shared_ptr<Node> lastDequantization; // construction InsertDequantizationResult(, ); };