Namespaces | Data Structures | Functions
ngraph Namespace Reference

ngraph namespace More...

Namespaces

 pass
 ngraph::pass namespace
 

Data Structures

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

Functions

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