Data Structures | Namespaces | Functions
fused_names_attribute.hpp File Reference

Defines fused names 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::FusedNames
 FusedName class represents runtime info attribute that stores all operation names that was fully or partially fused into node. More...
 
class  ngraph::VariantWrapper< FusedNames >
 

Namespaces

 ngraph
 ngraph namespace
 

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...
 

Detailed Description

Defines fused names attribute.