Contents

MPSCNNDilatedPoolingMax

A dilated max pooling filter.

Declaration

class MPSCNNDilatedPoolingMax

Overview

For each pixel, returns the maximum value of pixels in the kernelWidth * kernelHeight filter region by step size dilationFactorX * dilationFactorY.

Topics

Initializers

Instance Properties

See Also

Pooling Layers