namespace ov::intel_myriad

Namespace with Intel MYRIAD specific properties.

namespace intel_myriad {

// namespaces

namespace ov::intel_myriad::hddl;

// enums

enum DDRType;
enum Protocol;

// global variables

static constexpr Property<bool, PropertyMutability::RW> enable_hw_acceleration {"MYRIAD_ENABLE_HW_ACCELERATION"};
static constexpr Property<bool, PropertyMutability::RW> enable_receiving_tensor_time {     "MYRIAD_ENABLE_RECEIVING_TENSOR_TIME"};
static constexpr Property<std::string, PropertyMutability::RW> custom_layers {"MYRIAD_CUSTOM_LAYERS"};
static constexpr Property<Protocol, PropertyMutability::RW> protocol {"MYRIAD_PROTOCOL"};
static constexpr Property<bool, PropertyMutability::RW> enable_force_reset {"MYRIAD_ENABLE_FORCE_RESET"};
static constexpr Property<DDRType, PropertyMutability::RW> ddr_type {"MYRIAD_DDR_TYPE"};

} // namespace intel_myriad