ceras
yet another deep learning engine
List of all members
ceras::view< T, 3 > Struct Template Reference

#include <tensor.hpp>

Inheritance diagram for ceras::view< T, 3 >:
ceras::view_3d< T >

Additional Inherited Members

- Public Member Functions inherited from ceras::view_3d< T >
constexpr view_3d (T *data, unsigned long row, unsigned long col, unsigned long channel) noexcept
 
constexpr auto operator[] (unsigned long index) noexcept
 
constexpr auto operator[] (unsigned long index) const noexcept
 
- Public Attributes inherited from ceras::view_3d< T >
T * data_
 
unsigned long row_
 
unsigned long col_
 
unsigned long channel_
 

The documentation for this struct was generated from the following file: