Public Member Functions | Static Public Attributes
ngraph::AttributeAdapter< int16_t > Class Reference

Access an int16_t as an int64_t. More...

#include <attribute_adapter.hpp>

Inheritance diagram for ngraph::AttributeAdapter< int16_t >:
Inheritance graph
[legend]
Collaboration diagram for ngraph::AttributeAdapter< int16_t >:
Collaboration graph
[legend]

Public Member Functions

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

Static Public Attributes

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

Additional Inherited Members

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

Detailed Description

Access an int16_t as an int64_t.


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