Data Structures | Namespaces | Functions
primitives_priority_attribute.hpp File Reference

Defines primitives priority attribute. More...

#include <assert.h>
#include <functional>
#include <memory>
#include <string>
#include <set>
#include <ngraph/node.hpp>
#include <ngraph/variant.hpp>
#include <transformations_visibility.hpp>

Go to the source code of this file.

Data Structures

class  ngraph::PrimitivesPriority
 PrimitivesPriority class represents runtime info attribute that can be used for plugins specific primitive choice. More...
 
class  ngraph::VariantWrapper< PrimitivesPriority >
 

Namespaces

 ngraph
 ngraph namespace
 

Functions

std::string ngraph::getPrimitivesPriority (const std::shared_ptr< ngraph::Node > &node)
 getPrimitivesPriority return string with primitive priorities value More...
 

Detailed Description

Defines primitives priority attribute.