enum ov::hint::PerformanceMode¶
Overview¶
Enum to define possible performance mode hints. More…
#include <properties.hpp>
enum PerformanceMode
{
UNDEFINED = -1,
LATENCY = 1,
THROUGHPUT = 2,
CUMULATIVE_THROUGHPUT = 3,
};