Intel MYRIAD & HDDL specific properties

Overview

Set of Intel MYRIAD & HDDL specific properties. More…

// enums

enum ov::intel_myriad::Protocol;

// global variables

static constexpr Property<bool, PropertyMutability::RW> ov::intel_myriad::enable_hw_acceleration {"MYRIAD_ENABLE_HW_ACCELERATION"};
static constexpr Property<bool, PropertyMutability::RW> ov::intel_myriad::enable_receiving_tensor_time {     "MYRIAD_ENABLE_RECEIVING_TENSOR_TIME"};
static constexpr Property<std::string, PropertyMutability::RW> ov::intel_myriad::custom_layers {"MYRIAD_CUSTOM_LAYERS"};

Detailed Documentation

Set of Intel MYRIAD & HDDL specific properties.

Global Variables

static constexpr Property<bool, PropertyMutability::RW> ov::intel_myriad::enable_hw_acceleration {"MYRIAD_ENABLE_HW_ACCELERATION"}

Turn on HW stages usage (applicable for MyriadX devices only).

static constexpr Property<bool, PropertyMutability::RW> ov::intel_myriad::enable_receiving_tensor_time {     "MYRIAD_ENABLE_RECEIVING_TENSOR_TIME"}

The flag for adding to the profiling information the time of obtaining a tensor.

static constexpr Property<std::string, PropertyMutability::RW> ov::intel_myriad::custom_layers {"MYRIAD_CUSTOM_LAYERS"}

This option allows to pass custom layers binding xml. If layer is present in such an xml, it would be used during inference even if the layer is natively supported.