OpenVINO 2022.1 has introduced OpenVINO API 2.0. For more information on transition steps from the previous API, see the transition guide
Intstructions for evaluations state machine.
#include <evaluator.hpp> class Inst { public: // methods virtual voidEvaluator&InstStack&Node \* handle(, , ) = 0; Node \* get_node(); }; // direct descendants class ExecuteInst; class ValueInst;