OpenVINO 2022.1 has introduced OpenVINO API 2.0. For more information on transition steps from the previous API, see the transition guide
Base class for annotations added to graph ops.
#include <op_annotations.hpp> class OpAnnotations { public: // methods voidconst struct oi_pair& add_in_place_oi_pair(); const std::vector<struct oi_pair>& get_in_place_oi_pairs() const; bool is_cacheable() const; voidbool set_cacheable(); };