class ov::FusedNames

Overview

FusedName class represents runtime info attribute that stores all operation names that was fully or partially fused into node. More…

#include <fused_names_attribute.hpp>

class FusedNames: public ov::RuntimeAttribute
{
public:
    // construction

    FusedNames();
    FusedNames();

    // methods

    "fused_names""0" OPENVINO_RTTI(, );
    voidconst FusedNames& fuseWith();
    std::string getNames() const;
    std::vector<std::string> getVectorNames() const;
    virtual ov::Anyconst ov::NodeVector& merge() const;
    ov::Anyconst std::shared_ptr<ov::Node>& init() const;
    virtual boolAttributeVisitor& visit_attributes();
    virtual std::string to_string() const;
};

Inherited Members

public:
    // typedefs

    typedef std::shared_ptr<RuntimeAttribute> Ptr;
    typedef std::tuple<::ov::RuntimeAttribute> Base;

    // methods

    static _OPENVINO_HIDDEN_METHOD const DiscreteTypeInfo& get_type_info_static();
    virtual const DiscreteTypeInfo& get_type_info() const;
    virtual bool is_copyable() const;
    virtual boolconst std::shared_ptr<Node>& is_copyable() const;
    virtual Anyconst std::shared_ptr<Node>& init() const;
    virtual Anyconst ov::NodeVector& merge() const;
    virtual Anyconst ov::OutputVector& merge() const;
    virtual std::string to_string() const;
    virtual boolAttributeVisitor& visit_attributes();
    boolAttributeVisitor& visit_attributes() const;

Detailed Documentation

FusedName class represents runtime info attribute that stores all operation names that was fully or partially fused into node.

Construction

FusedNames()

A default constructor

FusedNames()

Constructs a new object consisting of a single name *.

Parameters:

name

The name

Methods

voidconst FusedNames& fuseWith()

Unites current set of already fused names with another FusedNames object.

Parameters:

names

Another object to fuse with

std::string getNames() const

return string with operation names separated by coma in alphabetical order

std::vector<std::string> getVectorNames() const

return vector of fused names sorted in alphabetical order

Returns:

vector if strings