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

# strides

The strides of the tensor.

## Declaration

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

## See Also

### Inspecting the view

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