OpenVINO 2022.1 introduces a new version of OpenVINO API (API 2.0). For more information on the changes and transition steps, see the transition guide
#include <pass.hpp> enum PassProperty { REQUIRE_STATIC_SHAPE = 0x1, CHANGE_DYNAMIC_STATE = 1<<1, };