![]() |
ceras
yet another deep learning engine
|
N-Dimentional view of 1D memory. More...
#include <tensor.hpp>
Public Member Functions | |
constexpr | view (T *data, std::array< unsigned long, N > const &shape) noexcept |
view< T, N-1 > | operator[] (unsigned long index) noexcept |
view< T, N-1 > | operator[] (unsigned long index) const noexcept |
Public Attributes | |
T * | data_ |
std::array< unsigned long, N > | shape_ |
N-Dimentional view of 1D memory.
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
T* ceras::view< T, N >::data_ |
std::array<unsigned long, N> ceras::view< T, N >::shape_ |