Public Member Functions
ngraph::Shape Class Reference

Shape for a tensor. More...

#include <shape.hpp>

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

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 Shapeoperator= (const Shape &v)
 
NGRAPH_API Shapeoperator= (Shape &&v) noexcept
 

Detailed Description

Shape for a tensor.


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