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

#include <tensor.hpp>

Inheritance diagram for ceras::view_1d< T >:
ceras::view< T, 1 >

Public Member Functions

constexpr T & operator[] (unsigned long idx) noexcept
 
constexpr T const & operator[] (unsigned long idx) const noexcept
 

Public Attributes

T * data
 
unsigned long dims
 

Member Function Documentation

◆ operator[]() [1/2]

template<typename T >
constexpr T const& ceras::view_1d< T >::operator[] ( unsigned long  idx) const
inlineconstexprnoexcept

◆ operator[]() [2/2]

template<typename T >
constexpr T& ceras::view_1d< T >::operator[] ( unsigned long  idx)
inlineconstexprnoexcept

Member Data Documentation

◆ data

template<typename T >
T* ceras::view_1d< T >::data

◆ dims

template<typename T >
unsigned long ceras::view_1d< T >::dims

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