ceras
yet another deep learning engine
Public Member Functions | List of all members
ceras::view< T, 4 > Struct Template Reference

#include <tensor.hpp>

Inheritance diagram for ceras::view< T, 4 >:
ceras::view_4d< T >

Public Member Functions

 view (T *data, std::array< unsigned long, 4 > const &shape) noexcept
 
- Public Member Functions inherited from ceras::view_4d< T >
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
 

Additional Inherited Members

- Public Attributes inherited from ceras::view_4d< T >
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...
 

Constructor & Destructor Documentation

◆ 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: