<!--
{
  "availability" : [
    "*: -",
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/BNNS/ShuffleType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:10Accelerate4BNNSO11ShuffleTypeO"
  },
  "title" : "BNNS.ShuffleType"
}
-->

# BNNS.ShuffleType

Constants that specify a shuffle type.

```
enum ShuffleType
```

## Topics

### Enumeration Cases

[`case depthToSpaceNCHW`](/documentation/Accelerate/BNNS/ShuffleType/depthToSpaceNCHW)

The pixel shuffle for the NCHW format, equivalent to depth-to-space in Column Row Depth (CRD) mode.

[`case spaceToDepthNCHW`](/documentation/Accelerate/BNNS/ShuffleType/spaceToDepthNCHW)

The pixel shuffle for the NCHW format, equivalent to space-to-depth in Column Row Depth (CRD) mode.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)