Module juice::layers::common::pooling[][src]

Expand description

Applies pooling to the input.

This layers looks at adjacent values of the input and then computes a simple pooling operation over them (e.g. taking their maximum or average value). See PoolingMode

Input Data

The layer expects the input to be in either 4D NCHW (2 spatial dimensions) or 5D NCDHW (3 spatial dimensions) format.

Structs

Specifies configuration parameters for a Pooling Layer.

Enums

The different modes of pooling that can be calculated.