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

Public Member Functions

 AttributeAdapter (std::shared_ptr< runtime::AlignedBuffer > &value)
 
void * get_ptr () override
 
size_t size () override
 
const DiscreteTypeInfoget_type_info () const override
 type info enables identification of the value accessor, as well as is_type and as_type.
 

Static Public Attributes

static constexpr DiscreteTypeInfo type_info
 

Protected Attributes

std::shared_ptr< runtime::AlignedBuffer > & m_ref
 

Field Documentation

◆ type_info

constexpr DiscreteTypeInfo ngraph::AttributeAdapter< std::shared_ptr< runtime::AlignedBuffer > >::type_info
staticconstexpr
Initial value:
{
"AttributeAdapter<std::shared_ptr<runtime::AlignedBuffer>>", 0}

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