enum ov::hint::ExecutionMode

Overview

Enum to define possible execution mode hints. More…

#include <properties.hpp>

enum ExecutionMode
{
    UNDEFINED   = -1,
    PERFORMANCE = 1,
    ACCURACY    = 2,
};

Detailed Documentation

Enum to define possible execution mode hints.

Enum Values

UNDEFINED

Undefined value, settings may vary from device to device.

PERFORMANCE

Optimize for max performance.

ACCURACY

Optimize for max accuracy.