---
title: stride
framework: accelerate
role: symbol
role_heading: Instance Property
path: accelerate/bnns/fusedconvolutionparameters/stride
---

# stride

The width and height increments of the input image.

## Declaration

```swift
var stride: (x: Int, y: Int)
```

## See Also

### Inspecting the Properties of a Fused Convolution Parameters Structure

- [type](accelerate/bnns/fusedconvolutionparameters/type.md)
- [weights](accelerate/bnns/fusedconvolutionparameters/weights.md)
- [bias](accelerate/bnns/fusedconvolutionparameters/bias.md)
- [dilationStride](accelerate/bnns/fusedconvolutionparameters/dilationstride.md)
- [groupSize](accelerate/bnns/fusedconvolutionparameters/groupsize.md)
- [padding](accelerate/bnns/fusedconvolutionparameters/padding.md)
