---
title: MPSCNNDilatedPoolingMaxNode
framework: metalperformanceshaders
role: symbol
role_heading: Class
path: metalperformanceshaders/mpscnndilatedpoolingmaxnode
---

# MPSCNNDilatedPoolingMaxNode

A representation of a dilated max pooling filter.

## Declaration

```swift
class MPSCNNDilatedPoolingMaxNode
```

## Topics

### Initializers

- [init(source:filterSize:)](metalperformanceshaders/mpscnndilatedpoolingmaxnode/init(source:filtersize:).md)
- [init(source:filterSize:stride:dilationRate:)](metalperformanceshaders/mpscnndilatedpoolingmaxnode/init(source:filtersize:stride:dilationrate:).md)
- [init(source:kernelWidth:kernelHeight:strideInPixelsX:strideInPixelsY:dilationRateX:dilationRateY:)](metalperformanceshaders/mpscnndilatedpoolingmaxnode/init(source:kernelwidth:kernelheight:strideinpixelsx:strideinpixelsy:dilationratex:dilationratey:).md)

### Instance Properties

- [dilationRateX](metalperformanceshaders/mpscnndilatedpoolingmaxnode/dilationratex.md)
- [dilationRateY](metalperformanceshaders/mpscnndilatedpoolingmaxnode/dilationratey.md)

## Relationships

### Inherits From

- [MPSNNFilterNode](metalperformanceshaders/mpsnnfilternode.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Pooling Layer Nodes

- [MPSCNNPoolingAverageNode](metalperformanceshaders/mpscnnpoolingaveragenode.md)
- [MPSCNNPoolingL2NormNode](metalperformanceshaders/mpscnnpoolingl2normnode.md)
- [MPSCNNPoolingMaxNode](metalperformanceshaders/mpscnnpoolingmaxnode.md)
- [MPSCNNPoolingNode](metalperformanceshaders/mpscnnpoolingnode.md)
- [MPSCNNDilatedPoolingMaxGradientNode](metalperformanceshaders/mpscnndilatedpoolingmaxgradientnode.md)
- [MPSCNNPoolingAverageGradientNode](metalperformanceshaders/mpscnnpoolingaveragegradientnode.md)
- [MPSCNNPoolingGradientNode](metalperformanceshaders/mpscnnpoolinggradientnode.md)
- [MPSCNNPoolingL2NormGradientNode](metalperformanceshaders/mpscnnpoolingl2normgradientnode.md)
- [MPSCNNPoolingMaxGradientNode](metalperformanceshaders/mpscnnpoolingmaxgradientnode.md)
