---
title: hasDynamicShape
framework: coreai
role: symbol
role_heading: Instance Property
path: coreai/ndarraydescriptor/hasdynamicshape
---

# hasDynamicShape

A Boolean value that indicates whether the shape has any dynamic dimensions.

## Declaration

```swift
var hasDynamicShape: Bool { get }
```

## See Also

### Inspecting descriptor properties

- [shape](coreai/ndarraydescriptor/shape.md)
- [scalarType](coreai/ndarraydescriptor/scalartype.md)
- [rank](coreai/ndarraydescriptor/rank.md)
