tiny_dnn 1.0.0
A header only, dependency-free deep learning framework in C++11
|
Public Member Functions | |
index3d (T width, T height, T depth) | |
void | reshape (T width, T height, T depth) |
T | get_index (T x, T y, T channel) const |
T | area () const |
T | size () const |
template<class Archive > | |
void | serialize (Archive &ar) |
Public Attributes | |
T | width_ |
T | height_ |
T | depth_ |