

Public Member Functions | |
| AttributeAdapter (PartialShape &value) | |
| const std::vector< int64_t > & | get () override |
| Returns the value. | |
| void | set (const std::vector< int64_t > &value) override |
| Sets the value. | |
| const DiscreteTypeInfo & | get_type_info () const override |
| operator PartialShape & () | |
Static Public Attributes | |
| static constexpr DiscreteTypeInfo | type_info {"AttributeAdapter<PartialShape>", 0} |
Protected Attributes | |
| PartialShape & | m_ref |
| std::vector< int64_t > | m_buffer |
| bool | m_buffer_valid {false} |