Public Member Functions
ngraph::PrimitivesPriority Class Reference

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

#include <primitives_priority_attribute.hpp>

Public Member Functions

 PrimitivesPriority ()=default
 
 PrimitivesPriority (const std::string &primitives_priority)
 Constructs a new object consisting of a single name *. More...
 
std::string getPrimitivesPriority () const
 return string with primitives priority value
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PrimitivesPriority() [1/2]

ngraph::PrimitivesPriority::PrimitivesPriority ( )
default

A default constructor

◆ PrimitivesPriority() [2/2]

ngraph::PrimitivesPriority::PrimitivesPriority ( const std::string &  primitives_priority)
inlineexplicit

Constructs a new object consisting of a single name *.

Parameters
[in]nameThe primitives priority value

The documentation for this class was generated from the following file: