enum ov::ProcessorUseStatus

Overview

Definition of CPU_MAP_USED_FLAG column in CPU mapping table. More…

#include <system_conf.hpp>

enum ProcessorUseStatus
{
    NOT_USED          = -1,
    CPU_USED          = 1,
    PLUGIN_USED_START = 100,
};

Detailed Documentation

Definition of CPU_MAP_USED_FLAG column in CPU mapping table.

Enum Values

NOT_USED

Processor is not bound to thread.

CPU_USED

CPU is in using.

PLUGIN_USED_START

Plugin other than CPU needs to use. If more GPUs use CPUs, the CPU_MAP_USED_FLAG is accumulated from PLUGIN_USED_START. For example: GPU.0:100, GPU.1:101