

Public Member Functions | |
| 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::ValueAccessor< void > | |
| virtual const DiscreteTypeInfo & | get_type_info () const =0 |
| type info enables identification of the value accessor, as well as is_type and as_type. | |
Protected Attributes | |
| std::shared_ptr< BASE_TYPE > & | m_ref |