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

Public Member Functions

 AttributeAdapter (std::vector< std::shared_ptr< op::TensorIterator::InputDescription >> &ref)
 
bool visit_attributes (AttributeVisitor &visitor) override
 
const DiscreteTypeInfoget_type_info () const override
 type info enables identification of the value accessor, as well as is_type and as_type.
 
- Public Member Functions inherited from ngraph::VisitorAdapter
virtual bool visit_attributes (AttributeVisitor &visitor)=0
 

Static Public Attributes

static constexpr DiscreteTypeInfo type_info
 

Protected Attributes

std::vector< std::shared_ptr< op::TensorIterator::InputDescription > > & m_ref
 

Field Documentation

◆ type_info

constexpr DiscreteTypeInfo ngraph::AttributeAdapter< std::vector< std::shared_ptr< op::TensorIterator::InputDescription > > >::type_info
staticconstexpr
Initial value:
{
"AttributeAdapter<std::vector<std::shared_ptr<op::TensorIterator::InputDescription>>"
">>",
0}

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