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

# shape

The shape of the tensor.

## Declaration

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

## See Also

### Inspecting the view

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