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
Enum to define HW compile and execution targets. More…
#include <properties.hpp> enum HWGeneration { UNDEFINED = 0, GNA_2_0 = 1, GNA_3_0 = 2, };
Enum to define HW compile and execution targets.
UNDEFINED
GNA HW generation is undefined.
GNA_2_0
GNA HW generation 2.0.
GNA_3_0
GNA HW generation 3.0.