BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Public Member Functions | Public Attributes | List of all members
bc::io::Range< T > Struct Template Reference

#include <io.h>

Public Member Functions

begin () const
 
end () const
 

Public Attributes

begin_
 
end_
 

Member Function Documentation

◆ begin()

template<class T >
T bc::io::Range< T >::begin ( ) const
inline

◆ end()

template<class T >
T bc::io::Range< T >::end ( ) const
inline

Member Data Documentation

◆ begin_

template<class T >
T bc::io::Range< T >::begin_

◆ end_

template<class T >
T bc::io::Range< T >::end_

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