---
title: dilationRates
framework: metalperformanceshadersgraph
role: symbol
role_heading: Instance Property
path: metalperformanceshadersgraph/mpsgraphdepthwiseconvolution3dopdescriptor/dilationrates
---

# dilationRates

The dilation rates for spatial dimensions.

## Declaration

```swift
var dilationRates: [NSNumber] { get set }
```

## Discussion

Discussion Must be three numbers, one for each spatial dimension, fastest running index last. Default value: @[ @1, @1, @1 ]
