---
title: strides
framework: coreai
role: symbol
role_heading: Instance Property
path: coreai/ndarray/mutableview/strides
---

# strides

The strides of the tensor.

## Declaration

```swift
var strides: Span<Int> { get }
```

## See Also

### Inspecting the view

- [isContiguous](coreai/ndarray/mutableview/iscontiguous.md)
- [rank](coreai/ndarray/mutableview/rank.md)
- [shape](coreai/ndarray/mutableview/shape.md)
