enum ov::hint::PerformanceMode

Overview

Enum to define possible performance mode hints. More…

#include <properties.hpp>

enum PerformanceMode
{
    OPENVINO_ENUM_DEPRECATED =("Please use actual value instead. Will be removed in 2024.0") =         -1,
    LATENCY                  = 1,
    THROUGHPUT               = 2,
    CUMULATIVE_THROUGHPUT    = 3,
};

Detailed Documentation

Enum to define possible performance mode hints.

Enum Values

OPENVINO_ENUM_DEPRECATED

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

LATENCY

Optimize for latency.

THROUGHPUT

Optimize for throughput.

CUMULATIVE_THROUGHPUT

Optimize for cumulative throughput.