#include <tensor.hpp>
|
| view (T *data, std::array< unsigned long, 4 > const &shape) noexcept |
|
constexpr | view_4d (T *data=nullptr, unsigned long batch_size=0, unsigned long row=0, unsigned long col=0, unsigned long channel=0) noexcept |
|
constexpr auto | operator[] (unsigned long index) noexcept |
|
constexpr auto | operator[] (unsigned long index) const noexcept |
|
|
T * | data_ |
| The pointer to the start position of the 1-D array. More...
|
|
unsigned long | batch_size_ |
| The batch size of the 4-D tensor, also the first dimension of the tensor. More...
|
|
unsigned long | row_ |
| The row of the 4-D tensor, also the second dimension of the tensor. More...
|
|
unsigned long | col_ |
| The column of the 4-D tensor, also the third dimension of the tensor. More...
|
|
unsigned long | channel_ |
| The channel of the 4-D tensor, also the last dimension of the tensor. More...
|
|
◆ view()
template<typename T >
ceras::view< T, 4 >::view |
( |
T * |
data, |
|
|
std::array< unsigned long, 4 > const & |
shape |
|
) |
| |
|
inlinenoexcept |
The documentation for this struct was generated from the following file:
- /home/feng/workspace/github.repo/ceras/include/tensor.hpp