class ngraph::PrimitivesPriority

Overview

PrimitivesPriority class represents runtime info attribute that can be used for plugins specific primitive choice. More…

#include <primitives_priority_attribute.hpp>

class PrimitivesPriority
{
public:
    // construction

    PrimitivesPriority();
    PrimitivesPriority(const std::string& primitives_priority);

    // methods

    std::string getPrimitivesPriority() const;
};

Detailed Documentation

PrimitivesPriority class represents runtime info attribute that can be used for plugins specific primitive choice.

Construction

PrimitivesPriority()

A default constructor

PrimitivesPriority(const std::string& primitives_priority)

Constructs a new object consisting of a single name *.

Parameters:

name

The primitives priority value

Methods

std::string getPrimitivesPriority() const

return string with primitives priority value