enum ov::pass::PassProperty

#include <pass.hpp>

enum PassProperty
{
    REQUIRE_STATIC_SHAPE = 0x1,
    CHANGE_DYNAMIC_STATE = 1<<1,
};