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

# shape

The shape of the tensor.

## Declaration

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

## See Also

### Inspecting the view

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