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... | |
ngraph namespace
| std::string ngraph::getDequantization | ( | const std::shared_ptr< ngraph::Node > & | node | ) |
getDequantization return string with dequantization value
| [in] | node | The node will be used to get Dequantization attribute |
| std::string ngraph::getFusedNames | ( | const std::shared_ptr< ngraph::Node > & | node | ) |
getFusedNames return string with operation names separated by coma in alphabetical order
| [in] | node | The node will be used to get FusedNames attribute |
| std::vector<std::string> ngraph::getFusedNamesVector | ( | const std::shared_ptr< ngraph::Node > & | node | ) |
getFusedNamesVector return vector of fused names sorted in alphabetical order
| [in] | node | The node will be used to get FusedNames attribute |
| std::string ngraph::getPrimitivesPriority | ( | const std::shared_ptr< ngraph::Node > & | node | ) |
getPrimitivesPriority return string with primitive priorities value
| [in] | node | The node will be used to get PrimitivesPriority attribute |