

Public Member Functions | |
| AttributeAdapter (Shape &value) | |
| const DiscreteTypeInfo & | get_type_info () const override |
Public Member Functions inherited from ngraph::IndirectVectorValueAccessor< Shape, std::vector< int64_t > > | |
| IndirectVectorValueAccessor (Shape &ref) | |
| const std::vector< int64_t > & | get () override |
| Returns the value. | |
| void | set (const std::vector< int64_t > &value) override |
| Sets the value. | |
| operator Shape & () | |
Static Public Attributes | |
| static constexpr DiscreteTypeInfo | type_info {"AttributeAdapter<Shape>", 0} |
Additional Inherited Members | |
Protected Attributes inherited from ngraph::IndirectVectorValueAccessor< Shape, std::vector< int64_t > > | |
| Shape & | m_ref |
| std::vector< int64_t > | m_buffer |
| bool | m_buffer_valid |