tiny_dnn  1.0.0
A header only, dependency-free deep learning framework in C++11
Public Member Functions | Public Attributes | List of all members
tiny_dnn::index3d< T > Struct Template Reference

Public Member Functions

 index3d (T width, T height, T depth)
 
void reshape (T width, T height, T depth)
 
get_index (T x, T y, T channel) const
 
area () const
 
size () const
 
template<class Archive >
void serialize (Archive &ar)
 

Public Attributes

width_
 
height_
 
depth_
 

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