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

#include <tensor.hpp>

Inheritance diagram for ceras::view_2d< T >:
ceras::view< T, 2 >

Public Types

typedef T value_type
 
typedef value_typerow_type
 
typedef const value_typeconst_row_type
 
typedef stride_iterator< value_type * > col_type
 
typedef stride_iterator< const value_type * > const_col_type
 

Public Member Functions

template<typename A >
constexpr view_2d (tensor< T, A > &tsor, unsigned long row, unsigned long col, bool transposed=false) noexcept
 
constexpr view_2d (T *data, unsigned long row, unsigned long col, bool transposed=false) noexcept
 
constexpr view_2d (const T *data, unsigned long row, unsigned long col, bool transposed=false) noexcept
 
constexpr T * operator[] (unsigned long index)
 
constexpr const T * operator[] (unsigned long index) const
 
constexpr auto shape () const noexcept
 
constexpr unsigned long size () const noexcept
 
constexpr T * data () noexcept
 
constexpr const T * data () const noexcept
 
constexpr T * begin () noexcept
 
constexpr const T * end () const noexcept
 
constexpr unsigned long row () const noexcept
 
constexpr unsigned long col () const noexcept
 
constexpr row_type row_begin (unsigned long index=0) noexcept
 
constexpr row_type row_end (unsigned long index=0) noexcept
 
constexpr const_row_type row_begin (unsigned long index=0) const noexcept
 
constexpr const_row_type row_end (unsigned long index=0) const noexcept
 
constexpr col_type col_begin (unsigned long index=0) noexcept
 
constexpr col_type col_end (unsigned long index=0) noexcept
 
constexpr const_col_type col_begin (unsigned long index=0) const noexcept
 
constexpr const_col_type col_end (unsigned long index=0) const noexcept
 

Public Attributes

T * data_
 
unsigned long row_
 
unsigned long col_
 
bool transposed_
 

Member Typedef Documentation

◆ col_type

template<typename T >
typedef stride_iterator<value_type*> ceras::view_2d< T >::col_type

◆ const_col_type

template<typename T >
typedef stride_iterator<const value_type*> ceras::view_2d< T >::const_col_type

◆ const_row_type

template<typename T >
typedef const value_type* ceras::view_2d< T >::const_row_type

◆ row_type

template<typename T >
typedef value_type* ceras::view_2d< T >::row_type

◆ value_type

template<typename T >
typedef T ceras::view_2d< T >::value_type

Constructor & Destructor Documentation

◆ view_2d() [1/3]

template<typename T >
template<typename A >
constexpr ceras::view_2d< T >::view_2d ( tensor< T, A > &  tsor,
unsigned long  row,
unsigned long  col,
bool  transposed = false 
)
inlineconstexprnoexcept

◆ view_2d() [2/3]

template<typename T >
constexpr ceras::view_2d< T >::view_2d ( T *  data,
unsigned long  row,
unsigned long  col,
bool  transposed = false 
)
inlineconstexprnoexcept

◆ view_2d() [3/3]

template<typename T >
constexpr ceras::view_2d< T >::view_2d ( const T *  data,
unsigned long  row,
unsigned long  col,
bool  transposed = false 
)
inlineconstexprnoexcept

Member Function Documentation

◆ begin()

template<typename T >
constexpr T* ceras::view_2d< T >::begin ( )
inlineconstexprnoexcept

◆ col()

template<typename T >
constexpr unsigned long ceras::view_2d< T >::col ( ) const
inlineconstexprnoexcept

◆ col_begin() [1/2]

template<typename T >
constexpr const_col_type ceras::view_2d< T >::col_begin ( unsigned long  index = 0) const
inlineconstexprnoexcept

◆ col_begin() [2/2]

template<typename T >
constexpr col_type ceras::view_2d< T >::col_begin ( unsigned long  index = 0)
inlineconstexprnoexcept

◆ col_end() [1/2]

template<typename T >
constexpr const_col_type ceras::view_2d< T >::col_end ( unsigned long  index = 0) const
inlineconstexprnoexcept

◆ col_end() [2/2]

template<typename T >
constexpr col_type ceras::view_2d< T >::col_end ( unsigned long  index = 0)
inlineconstexprnoexcept

◆ data() [1/2]

template<typename T >
constexpr const T* ceras::view_2d< T >::data ( ) const
inlineconstexprnoexcept

◆ data() [2/2]

template<typename T >
constexpr T* ceras::view_2d< T >::data ( )
inlineconstexprnoexcept

◆ end()

template<typename T >
constexpr const T* ceras::view_2d< T >::end ( ) const
inlineconstexprnoexcept

◆ operator[]() [1/2]

template<typename T >
constexpr T* ceras::view_2d< T >::operator[] ( unsigned long  index)
inlineconstexpr

◆ operator[]() [2/2]

template<typename T >
constexpr const T* ceras::view_2d< T >::operator[] ( unsigned long  index) const
inlineconstexpr

◆ row()

template<typename T >
constexpr unsigned long ceras::view_2d< T >::row ( ) const
inlineconstexprnoexcept

◆ row_begin() [1/2]

template<typename T >
constexpr const_row_type ceras::view_2d< T >::row_begin ( unsigned long  index = 0) const
inlineconstexprnoexcept

◆ row_begin() [2/2]

template<typename T >
constexpr row_type ceras::view_2d< T >::row_begin ( unsigned long  index = 0)
inlineconstexprnoexcept

◆ row_end() [1/2]

template<typename T >
constexpr const_row_type ceras::view_2d< T >::row_end ( unsigned long  index = 0) const
inlineconstexprnoexcept

◆ row_end() [2/2]

template<typename T >
constexpr row_type ceras::view_2d< T >::row_end ( unsigned long  index = 0)
inlineconstexprnoexcept

◆ shape()

template<typename T >
constexpr auto ceras::view_2d< T >::shape ( ) const
inlineconstexprnoexcept

◆ size()

template<typename T >
constexpr unsigned long ceras::view_2d< T >::size ( ) const
inlineconstexprnoexcept

Member Data Documentation

◆ col_

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

◆ data_

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

◆ row_

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

◆ transposed_

template<typename T >
bool ceras::view_2d< T >::transposed_

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