Tenncor
|
Raw data, shape, and transformation argument struct. More...
#include <operator.hpp>
Public Member Functions | |
OpArg (T *data, teq::Shape shape, CoordMap *coorder) | |
Public Attributes | |
T * | data_ |
Raw data argument. More... | |
teq::Shape | shape_ |
Shape of the data. More... | |
CoordMap * | coorder_ = nullptr |
Transformation argument, null denotes no argument. More... | |
Raw data, shape, and transformation argument struct.
|
inline |
CoordMap* eteq::OpArg< T >::coorder_ = nullptr |
Transformation argument, null denotes no argument.
T* eteq::OpArg< T >::data_ |
Raw data argument.
teq::Shape eteq::OpArg< T >::shape_ |
Shape of the data.