#include <shape.hpp>


Public Member Functions | |
| NGRAPH_API | Shape (const std::initializer_list< size_t > &axis_lengths) |
| NGRAPH_API | Shape (const std::vector< size_t > &axis_lengths) |
| NGRAPH_API | Shape (const Shape &axis_lengths) |
| NGRAPH_API | Shape (size_t n, size_t initial_value=0) |
| template<class InputIterator > | |
| Shape (InputIterator first, InputIterator last) | |
| NGRAPH_API Shape & | operator= (const Shape &v) |
| NGRAPH_API Shape & | operator= (Shape &&v) noexcept |
Shape for a tensor.