Cortenn
|
#include <data.hpp>
Public Attributes | |
const T * | data |
Raw input data. More... | |
ade::Shape | shape |
Shape info of the raw input. More... | |
ade::CoordptrT | mapper |
Coordinate mapper of input to output. More... | |
bool | push |
Type-specific tensor data wrapper using raw pointer and data size Avoid using std constainers in case of unintentional deep copies
const T* llo::VecRef< T >::data |
Raw input data.
ade::CoordptrT llo::VecRef< T >::mapper |
Coordinate mapper of input to output.
bool llo::VecRef< T >::push |
True if data should be pushed input to output (fwd mapper) False if data should be pulled output from input (bwd mapper)
ade::Shape llo::VecRef< T >::shape |
Shape info of the raw input.