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

# shape

The shape of the ndArray.

## Declaration

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

## See Also

### Inspecting the view

- [scalarType](coreai/ndarray/mutablerawview/scalartype.md)
- [strides](coreai/ndarray/mutablerawview/strides.md)
