Class Input

Class Documentation

class Input

Public Types

typedef Data::iterator iterator
typedef Data::const_iterator const_iterator

Public Functions

Input(const Shape &shape)

Constructs a new Input object with the specified Shape.

Data::iterator begin()
Data::iterator end()
Data::const_iterator begin() const
Data::const_iterator end() const
Data &data()

Returns a reference to this object’s underlying ::Data.

Shape shape() const

Gets this object’s underlying Shape.

size_t size() const

Returns the number underlying values in this object’s ::Data.