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,
};Detailed Documentation¶
Enum to define possible performance mode hints.
Enum Values¶
UNDEFINEDUndefined value, performance setting may vary from device to device.
LATENCYOptimize for latency.
THROUGHPUTOptimize for throughput.
CUMULATIVE_THROUGHPUTOptimize for cumulative throughput.