class ov::OldApiMapElementType

Overview

OldApiMapElementType class represents runtime info attribute that stores legacy type that is required for obtaining IR in old API. More…

#include <old_api_map_element_type_attribute.hpp>

class OldApiMapElementType: public ov::RuntimeAttribute
{
public:
    // fields

    ov::element::Type value;

    // construction

    OldApiMapElementType();
    OldApiMapElementType();

    // methods

    "old_api_map_element_type""0" OPENVINO_RTTI(, );
    virtual bool is_copyable() const;
    virtual boolAttributeVisitor& visit_attributes();
};

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

OldApiMapElementType class represents runtime info attribute that stores legacy type that is required for obtaining IR in old API.

Construction

OldApiMapElementType()

A default constructor

OldApiMapElementType()

Constructs a new OldApiMapElementType object.

Parameters:

value

The object that stores values of OldApiMapElementType.