Access an int8_t and an int64_t. More...
#include <attribute_adapter.hpp>


Public Member Functions | |
| AttributeAdapter (int8_t &value) | |
| const DiscreteTypeInfo & | get_type_info () const override |
Public Member Functions inherited from ngraph::IndirectScalarValueAccessor< int8_t, int64_t > | |
| IndirectScalarValueAccessor (int8_t &ref) | |
| const int64_t & | get () override |
| Returns the value. | |
| void | set (const int64_t &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 {"AttributeAdapter<int8_t>", 0} |
Additional Inherited Members | |
Protected Attributes inherited from ngraph::IndirectScalarValueAccessor< int8_t, int64_t > | |
| int8_t & | m_ref |
| int64_t | m_buffer |
| bool | m_buffer_valid |
Access an int8_t and an int64_t.