Simd Library Documentation.

Home | Release Notes | Download | Documentation | Issues | GitHub | SourceForge
PoolingLayer Class Reference

PoolingLayer class. More...

Inheritance diagram for PoolingLayer:
Layer AveragePoolingLayer MaxPoolingLayer

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

PoolingLayer class.

Abstract class pooling layer (base for MaxPoolingLayer and AveragePoolingLayer) in neural network.