Public Types | Public Member Functions | Protected Attributes
ngraph::VariantImpl< VT > Class Template Reference
Inheritance diagram for ngraph::VariantImpl< VT >:
Inheritance graph
[legend]
Collaboration diagram for ngraph::VariantImpl< VT >:
Collaboration graph
[legend]

Public Types

using value_type = VT
 

Public Member Functions

 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 const VariantTypeInfoget_type_info () const =0
 
virtual std::shared_ptr< ngraph::Variantinit (const std::shared_ptr< ngraph::Node > &node)
 
virtual std::shared_ptr< ngraph::Variantmerge (const ngraph::NodeVector &nodes)
 

Protected Attributes

value_type m_value
 

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