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

UNDEFINED

Undefined value, performance setting may vary from device to device.

LATENCY

Optimize for latency.

THROUGHPUT

Optimize for throughput.

CUMULATIVE_THROUGHPUT

Optimize for cumulative throughput.