MPSCNNDilatedPoolingMax
A dilated max pooling filter.
Declaration
class MPSCNNDilatedPoolingMaxOverview
For each pixel, returns the maximum value of pixels in the kernelWidth * kernelHeight filter region by step size dilationFactorX * dilationFactorY.
Topics
Initializers
init(coder:device:)init(device:kernelWidth:kernelHeight:dilationRateX:dilationRateY:strideInPixelsX:strideInPixelsY:)