enum ov::hint::ExecutionMode

Overview

Enum to define possible execution mode hints. More…

#include <properties.hpp>

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

Detailed Documentation

Enum to define possible execution mode hints.

Enum Values

PERFORMANCE

Optimize for max performance, may apply properties which slightly affect accuracy.

ACCURACY

Optimize for max accuracy.