Contents

MPSCNNPoolingMax

A max pooling filter.

Declaration

class MPSCNNPoolingMax

Overview

For each pixel in an image, the filter returns the maximum value of the pixels in the filter region defined by kernelWidth x kernelHeight.

Topics

Initializers

See Also

Pooling Layers