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

Public Member Functions

 AttributeAdapter (float &value)
 
const DiscreteTypeInfo & get_type_info () const override
 
- Public Member Functions inherited from ngraph::IndirectScalarValueAccessor< float, double >
 IndirectScalarValueAccessor (float &ref)
 
const double & get () override
 Returns the value.
 
void set (const double &value) override
 Sets the value.
 

Static Public Attributes

static constexpr DiscreteTypeInfo type_info {"AttributeAdapter<float>", 0}
 

Additional Inherited Members

- Protected Attributes inherited from ngraph::IndirectScalarValueAccessor< float, double >
float & m_ref
 
double m_buffer
 
bool m_buffer_valid
 

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