Data Structures | Functions

A mechanism of runtime information extension. More...

Data Structures

class  ngraph::FusedNames
 FusedName class represents runtime info attribute that stores all operation names that was fully or partially fused into node. More...
 
class  ngraph::PrimitivesPriority
 PrimitivesPriority class represents runtime info attribute that can be used for plugins specific primitive choice. More...
 

Functions

std::string ngraph::getFusedNames (const std::shared_ptr< ngraph::Node > &node)
 getFusedNames return string with operation names separated by coma in alphabetical order More...
 
std::vector< std::string > ngraph::getFusedNamesVector (const std::shared_ptr< ngraph::Node > &node)
 getFusedNamesVector return vector of fused names sorted in alphabetical order More...
 
std::string ngraph::getPrimitivesPriority (const std::shared_ptr< ngraph::Node > &node)
 getPrimitivesPriority return string with primitive priorities value More...
 

Detailed Description

A mechanism of runtime information extension.

Function Documentation

◆ getFusedNames()

std::string ngraph::getFusedNames ( const std::shared_ptr< ngraph::Node > &  node)

getFusedNames return string with operation names separated by coma in alphabetical order

Parameters
[in]nodeThe node will be used to get FusedNames attribute

◆ getFusedNamesVector()

std::vector<std::string> ngraph::getFusedNamesVector ( const std::shared_ptr< ngraph::Node > &  node)

getFusedNamesVector return vector of fused names sorted in alphabetical order

Parameters
[in]nodeThe node will be used to get FusedNames attribute
Returns
vector of strings

◆ getPrimitivesPriority()

std::string ngraph::getPrimitivesPriority ( const std::shared_ptr< ngraph::Node > &  node)

getPrimitivesPriority return string with primitive priorities value

Parameters
[in]nodeThe node will be used to get PrimitivesPriority attribute