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

Public Member Functions

 AttributeAdapter (AxisSet &value)
 
const std::vector< int64_t > & get () override
 Returns the value.
 
void set (const std::vector< int64_t > &value) override
 Sets the value.
 
const DiscreteTypeInfo & get_type_info () const override
 
 operator AxisSet & ()
 

Static Public Attributes

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

Protected Attributes

AxisSetm_ref
 
std::vector< int64_t > m_buffer
 
bool m_buffer_valid {false}
 

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