Namespaces | Data Structures | Functions
ngraph Namespace Reference

ngraph namespace More...

Namespaces

 pass
 ngraph::pass namespace
 

Data Structures

class  DequantizationAttr
 Dequantization class represents runtime info attribute that indicates whether the operation is dequantization. More...
 
class  VariantWrapper< DequantizationAttr >
 
class  FusedNames
 FusedName class represents runtime info attribute that stores all operation names that was fully or partially fused into node. More...
 
class  VariantWrapper< FusedNames >
 
class  PrimitivesPriority
 PrimitivesPriority class represents runtime info attribute that can be used for plugins specific primitive choice. More...
 
class  VariantWrapper< PrimitivesPriority >
 

Functions

std::string getDequantization (const std::shared_ptr< ngraph::Node > &node)
 getDequantization return string with dequantization value More...
 
std::string 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 > getFusedNamesVector (const std::shared_ptr< ngraph::Node > &node)
 getFusedNamesVector return vector of fused names sorted in alphabetical order More...
 
std::string getPrimitivesPriority (const std::shared_ptr< ngraph::Node > &node)
 getPrimitivesPriority return string with primitive priorities value More...
 

Detailed Description

ngraph namespace

Function Documentation

◆ getDequantization()

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

getDequantization return string with dequantization value

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

◆ 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