Public Member Functions | Static Public Attributes
ngraph::VariantWrapper< int64_t > Class Reference
Inheritance diagram for ngraph::VariantWrapper< int64_t >:
Inheritance graph
[legend]
Collaboration diagram for ngraph::VariantWrapper< int64_t >:
Collaboration graph
[legend]

Public Member Functions

const VariantTypeInfoget_type_info () const override
 
 VariantWrapper (const value_type &value)
 
- Public Member Functions inherited from ngraph::VariantImpl< VT >
 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::Variantinit (const std::shared_ptr< ngraph::Node > &node)
 
virtual std::shared_ptr< ngraph::Variantmerge (const ngraph::NodeVector &nodes)
 

Static Public Attributes

static constexpr VariantTypeInfo type_info {"Variant::int64_t", 0}
 

Additional Inherited Members

- Public Types inherited from ngraph::VariantImpl< VT >
using value_type = VT
 
- Protected Attributes inherited from ngraph::VariantImpl< VT >
value_type m_value
 

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