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

Public Member Functions

const DiscreteTypeInfoget_type_info () const override
 type info enables identification of the value accessor, as well as is_type and as_type.
 
 FactoryAttributeAdapter (std::shared_ptr< BASE_TYPE > &ref)
 
- Public Member Functions inherited from ngraph::FactoryAttributeAdapter< BASE_TYPE >
 FactoryAttributeAdapter (std::shared_ptr< BASE_TYPE > &ref)
 
virtual bool on_start (AttributeVisitor &)
 Hook for extra processing before other attributes.
 
virtual bool on_finish (AttributeVisitor &)
 Hook for extra processing after other attributes.
 
bool visit_attributes (AttributeVisitor &visitor) override
 
- Public Member Functions inherited from ngraph::VisitorAdapter
virtual bool visit_attributes (AttributeVisitor &visitor)=0
 

Static Public Attributes

static constexpr DiscreteTypeInfo type_info
 

Additional Inherited Members

- Protected Attributes inherited from ngraph::FactoryAttributeAdapter< BASE_TYPE >
std::shared_ptr< BASE_TYPE > & m_ref
 

Field Documentation

◆ type_info

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

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