Public Member Functions
ngraph::AxisSet Class Reference

A set of axes. More...

#include <axis_set.hpp>

Inheritance diagram for ngraph::AxisSet:
Inheritance graph
[legend]
Collaboration diagram for ngraph::AxisSet:
Collaboration graph
[legend]

Public Member Functions

NGRAPH_API AxisSet (const std::initializer_list< size_t > &axes)
 
NGRAPH_API AxisSet (const std::set< size_t > &axes)
 
NGRAPH_API AxisSet (const std::vector< size_t > &axes)
 
NGRAPH_API AxisSet (const AxisSet &axes)
 
NGRAPH_API AxisSetoperator= (const AxisSet &v)
 
NGRAPH_API AxisSetoperator= (AxisSet &&v) noexcept
 
NGRAPH_API std::vector< int64_t > to_vector () const
 

Detailed Description

A set of axes.


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