Intel MYRIAD specific properties

Overview

Set of Intel MYRIAD specific properties. More…

// enums

enum ov::intel_myriad::DDRType;

// global variables

static constexpr Property<Protocol, PropertyMutability::RW> ov::intel_myriad::protocol {"MYRIAD_PROTOCOL"};
static constexpr Property<bool, PropertyMutability::RW> ov::intel_myriad::enable_force_reset {"MYRIAD_ENABLE_FORCE_RESET"};
static constexpr Property<DDRType, PropertyMutability::RW> ov::intel_myriad::ddr_type {"MYRIAD_DDR_TYPE"};

Detailed Documentation

Set of Intel MYRIAD specific properties.

Global Variables

static constexpr Property<Protocol, PropertyMutability::RW> ov::intel_myriad::protocol {"MYRIAD_PROTOCOL"}

This option allows to specify protocol.

static constexpr Property<bool, PropertyMutability::RW> ov::intel_myriad::enable_force_reset {"MYRIAD_ENABLE_FORCE_RESET"}

The flag to reset stalled devices.

static constexpr Property<DDRType, PropertyMutability::RW> ov::intel_myriad::ddr_type {"MYRIAD_DDR_TYPE"}

This option allows to specify device memory type.