This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
Enum to define HW compile and execution targets. More…
#include <properties.hpp> enum HWGeneration { UNDEFINED = 0, GNA_2_0 = 1, GNA_3_0 = 2, GNA_3_5 = 3, };
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.
GNA_3_5
GNA HW generation 3.5.