Access a bool as a bool. More...
#include <attribute_adapter.hpp>


Public Member Functions | |
| AttributeAdapter (bool &value) | |
| const DiscreteTypeInfo & | get_type_info () const override |
Public Member Functions inherited from ngraph::DirectValueAccessor< bool > | |
| DirectValueAccessor (bool &ref) | |
| const bool & | get () override |
| Returns the value. | |
| void | set (const bool &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<bool>", 0} |
Additional Inherited Members | |
Protected Attributes inherited from ngraph::DirectValueAccessor< bool > | |
| bool & | m_ref |
Access a bool as a bool.