Public Member Functions | Static Public Attributes
ngraph::AttributeAdapter< std::vector< int8_t > > Class Reference

Access a vector<int8_t> More...

#include <attribute_adapter.hpp>

Inheritance diagram for ngraph::AttributeAdapter< std::vector< int8_t > >:
Inheritance graph
[legend]
Collaboration diagram for ngraph::AttributeAdapter< std::vector< int8_t > >:
Collaboration graph
[legend]

Public Member Functions

 AttributeAdapter (std::vector< int8_t > &value)
 
const DiscreteTypeInfo & get_type_info () const override
 
- Public Member Functions inherited from ngraph::DirectValueAccessor< std::vector< int8_t > >
 DirectValueAccessor (std::vector< int8_t > &ref)
 
const std::vector< int8_t > & get () override
 Returns the value.
 
void set (const std::vector< int8_t > &value) override
 Sets the value.
 

Static Public Attributes

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

Additional Inherited Members

- Protected Attributes inherited from ngraph::DirectValueAccessor< std::vector< int8_t > >
std::vector< int8_t > & m_ref
 

Detailed Description

Access a vector<int8_t>

Note: These class bodies cannot be defined with templates because of interactions between dllexport and templates on Windows.


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