---
title: interleaveLayout
framework: coreai
role: symbol
role_heading: Instance Property
path: coreai/ndarraydescriptor/interleavelayout
---

# interleaveLayout

Returns the interleaved layout of this ndArray, or nil if there is no interleave.

## Declaration

```swift
var interleaveLayout: NDArray.InterleaveLayout? { get }
```

## Discussion

Discussion In the common case where the model was not explicitly converted with interleave specified on a tensor, this property will be nil. See NDArray.InterleaveLayout for full documentation on interleaved layouts.
