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

#include <tensor.hpp>

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

Public Member Functions

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

T * data_
 
unsigned long row_
 
unsigned long col_
 
unsigned long channel_
 

Constructor & Destructor Documentation

◆ view_3d()

template<typename T >
constexpr ceras::view_3d< T >::view_3d ( T *  data,
unsigned long  row,
unsigned long  col,
unsigned long  channel 
)
inlineconstexprnoexcept

Member Function Documentation

◆ operator[]() [1/2]

template<typename T >
constexpr auto ceras::view_3d< T >::operator[] ( unsigned long  index) const
inlineconstexprnoexcept

◆ operator[]() [2/2]

template<typename T >
constexpr auto ceras::view_3d< T >::operator[] ( unsigned long  index)
inlineconstexprnoexcept

Member Data Documentation

◆ channel_

template<typename T >
unsigned long ceras::view_3d< T >::channel_

◆ col_

template<typename T >
unsigned long ceras::view_3d< T >::col_

◆ data_

template<typename T >
T* ceras::view_3d< T >::data_

◆ row_

template<typename T >
unsigned long ceras::view_3d< T >::row_

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