![]() |
ceras
yet another deep learning engine
|
This is the complete list of members for ceras::view_2d< T >, including all inherited members.
begin() noexcept | ceras::view_2d< T > | inline |
col() const noexcept | ceras::view_2d< T > | inline |
col_ | ceras::view_2d< T > | |
col_begin(unsigned long index=0) noexcept | ceras::view_2d< T > | inline |
col_begin(unsigned long index=0) const noexcept | ceras::view_2d< T > | inline |
col_end(unsigned long index=0) noexcept | ceras::view_2d< T > | inline |
col_end(unsigned long index=0) const noexcept | ceras::view_2d< T > | inline |
col_type typedef | ceras::view_2d< T > | |
const_col_type typedef | ceras::view_2d< T > | |
const_row_type typedef | ceras::view_2d< T > | |
data() noexcept | ceras::view_2d< T > | inline |
data() const noexcept | ceras::view_2d< T > | inline |
data_ | ceras::view_2d< T > | |
end() const noexcept | ceras::view_2d< T > | inline |
operator[](unsigned long index) | ceras::view_2d< T > | inline |
operator[](unsigned long index) const | ceras::view_2d< T > | inline |
row() const noexcept | ceras::view_2d< T > | inline |
row_ | ceras::view_2d< T > | |
row_begin(unsigned long index=0) noexcept | ceras::view_2d< T > | inline |
row_begin(unsigned long index=0) const noexcept | ceras::view_2d< T > | inline |
row_end(unsigned long index=0) noexcept | ceras::view_2d< T > | inline |
row_end(unsigned long index=0) const noexcept | ceras::view_2d< T > | inline |
row_type typedef | ceras::view_2d< T > | |
shape() const noexcept | ceras::view_2d< T > | inline |
size() const noexcept | ceras::view_2d< T > | inline |
transposed_ | ceras::view_2d< T > | |
value_type typedef | ceras::view_2d< T > | |
view_2d(tensor< T, A > &tsor, unsigned long row, unsigned long col, bool transposed=false) noexcept | ceras::view_2d< T > | inline |
view_2d(T *data, unsigned long row, unsigned long col, bool transposed=false) noexcept | ceras::view_2d< T > | inline |
view_2d(const T *data, unsigned long row, unsigned long col, bool transposed=false) noexcept | ceras::view_2d< T > | inline |