Public Member Functions | Static Public Attributes | Protected Attributes
ngraph::AttributeAdapter< element::Type > Class Reference
Inheritance diagram for ngraph::AttributeAdapter< element::Type >:
Inheritance graph
[legend]
Collaboration diagram for ngraph::AttributeAdapter< element::Type >:
Collaboration graph
[legend]

Public Member Functions

 AttributeAdapter (element::Type &value)
 
const std::string & get () override
 Returns the value.
 
void set (const std::string &value) override
 Sets the value.
 
const DiscreteTypeInfoget_type_info () const override
 
 operator element::Type & ()
 

Static Public Attributes

static constexpr DiscreteTypeInfo type_info {"AttributeAdapter<element::Type>", 0}
 

Protected Attributes

element::Type & m_ref
 

The documentation for this class was generated from the following file: