

Public Member Functions | |
| const VariantTypeInfo & | get_type_info () const override |
| VariantWrapper (const value_type &value) | |
Public Member Functions inherited from ngraph::VariantImpl< VariableContext > | |
| VariantImpl (const value_type &value) | |
| const value_type & | get () const |
| value_type & | get () |
| void | set (const value_type &value) |
Public Member Functions inherited from ngraph::Variant | |
| virtual std::shared_ptr< ngraph::Variant > | init (const std::shared_ptr< ngraph::Node > &node) |
| virtual std::shared_ptr< ngraph::Variant > | merge (const ngraph::NodeVector &nodes) |
Static Public Attributes | |
| static constexpr VariantTypeInfo | type_info |
Additional Inherited Members | |
Public Types inherited from ngraph::VariantImpl< VariableContext > | |
| using | value_type = VariableContext |
Protected Attributes inherited from ngraph::VariantImpl< VariableContext > | |
| value_type | m_value |
|
staticconstexpr |