InputLayer class. More...
Inheritance diagram for InputLayer:
Additional Inherited Members | |
Public Types inherited from Layer | |
enum | Type { Input, Convolutional, MaxPooling, AveragePooling, FullyConnected, Dropout } |
enum | Method { Fast, Check, Train } |
Public Member Functions inherited from Layer | |
virtual | ~Layer () |
Detailed Description
InputLayer class.
First input layer in neural network. This layer can't be created, it is added automatically.