---
title: BNNSDataLayout5DLastMajor
framework: accelerate
role: symbol
role_heading: Global Variable
path: accelerate/bnnsdatalayout5dlastmajor
---

# BNNSDataLayout5DLastMajor

A constant that represents a 5D last-major tensor.

## Declaration

```swift
var BNNSDataLayout5DLastMajor: BNNSDataLayout { get }
```

## Discussion

Discussion The value (i, j, k, l, m) is at index: i * stride[0] + j * stride[1] + k * stride[2] + l * stride[3] + m * stride[4]. size[0] is the size of the first dimension (i). size[1] is the size of the second dimension (j). size[2] is the size of the third dimension (k). size[3] is the size of the fourth dimension (l). size[4] is the size of the fifth dimension (m).

## See Also

### 5D Data Layouts

- [BNNSDataLayout5DFirstMajor](accelerate/bnnsdatalayout5dfirstmajor.md)
