PoolingLayer class. More...
Inheritance diagram for PoolingLayer:

Additional Inherited Members | |
![]() | |
enum | Type { Input, Convolutional, MaxPooling, AveragePooling, FullyConnected, Dropout } |
enum | Method { Fast, Check, Train } |
![]() | |
virtual | ~Layer () |
Detailed Description
PoolingLayer class.
Abstract class pooling layer (base for MaxPoolingLayer and AveragePoolingLayer) in neural network.