Neural
flatten_layer.cpp File Reference

flatten layer More...

Include dependency graph for flatten_layer.cpp:

Typedefs

typedef Matrix< double, Dynamic, Dynamic, RowMajor > RowMajMat
 

Detailed Description

flatten layer

Author
Brugie Nicolas
Version
0.1

Class allowing the creation of an Dense/Full flatten layer within a neural network.

Typedef Documentation

◆ RowMajMat

typedef Matrix<double,Dynamic,Dynamic,RowMajor> RowMajMat