struct ov::device::Priorities

Overview

Type for device Priorities config option, with comma-separated devices listed in the desired priority. More…

#include <properties.hpp>

struct Priorities: public ov::Property
{
    // methods

    template <typename... Args>
    std::pair<std::string, Any> operator () (Args&&... args) const;
};

Inherited Members

public:
    // structs

    template <typename V>
    struct Forward;

    // methods

    template <typename... Args>
    std::pair<std::string, Any> operator () (Args&&... args) const;

Detailed Documentation

Type for device Priorities config option, with comma-separated devices listed in the desired priority.

Methods

template <typename... Args>
std::pair<std::string, Any> operator () (Args&&... args) const

Constructs device priorities.

Parameters:

Args

property constructor arguments types

args

property constructor arguments

Returns:

Pair of name and type erased value.