Public Member Functions | Static Public Attributes
ngraph::AttributeAdapter< std::shared_ptr< Variable > > Class Reference
Inheritance diagram for ngraph::AttributeAdapter< std::shared_ptr< Variable > >:
Inheritance graph
[legend]
Collaboration diagram for ngraph::AttributeAdapter< std::shared_ptr< Variable > >:
Collaboration graph
[legend]

Public Member Functions

 AttributeAdapter (std::shared_ptr< Variable > &value)
 
const DiscreteTypeInfoget_type_info () const override
 
- Public Member Functions inherited from ngraph::DirectValueAccessor< std::shared_ptr< Variable > >
 DirectValueAccessor (std::shared_ptr< Variable > &ref)
 
const std::shared_ptr< Variable > & get () override
 Returns the value.
 
void set (const std::shared_ptr< Variable > &value) override
 Sets the value.
 
- Public Member Functions inherited from ngraph::ValueAccessor< VAT >
virtual void set (const VAT &value)=0
 Sets the value.
 

Static Public Attributes

static constexpr DiscreteTypeInfo type_info
 

Additional Inherited Members

- Protected Attributes inherited from ngraph::DirectValueAccessor< std::shared_ptr< Variable > >
std::shared_ptr< Variable > & m_ref
 

Field Documentation

◆ type_info

constexpr DiscreteTypeInfo ngraph::AttributeAdapter< std::shared_ptr< Variable > >::type_info
staticconstexpr
Initial value:
{"AttributeAdapter<std::shared_ptr<Variable>>",
0}

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