| Class | Description |
|---|---|
| GlobalPoolingLayer |
Global pooling layer - used to do pooling over time for RNNs, and 2d pooling for CNNs.
Supports the following PoolingTypes: SUM, AVG, MAX, PNORMGlobal pooling layer can also handle mask arrays when dealing with variable length inputs. |
| GlobalPoolingMaskingTests |
Created by Alex on 18/01/2017.
|