---
title: BNNSGraph.Builder.Padding
framework: accelerate
role: symbol
role_heading: Enumeration
path: accelerate/bnnsgraph/builder/padding
---

# BNNSGraph.Builder.Padding

The padding that you use for pad operations.

## Declaration

```swift
enum Padding
```

## Topics

### Enumeration Cases

- [BNNSGraph.Builder.Padding.constant(value:)](accelerate/bnnsgraph/builder/padding/constant(value:).md)
- [BNNSGraph.Builder.Padding.reflection](accelerate/bnnsgraph/builder/padding/reflection.md)
- [BNNSGraph.Builder.Padding.replication](accelerate/bnnsgraph/builder/padding/replication.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
