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 possible execution mode hints. More…
#include <properties.hpp> enum ExecutionMode { UNDEFINED = -1, PERFORMANCE = 1, ACCURACY = 2, };
Enum to define possible execution mode hints.
UNDEFINED
Undefined value, settings may vary from device to device.
PERFORMANCE
Optimize for max performance.
ACCURACY
Optimize for max accuracy.