---
title: MPSGraphPaddingStyle
framework: metalperformanceshadersgraph
role: symbol
role_heading: Enumeration
path: metalperformanceshadersgraph/mpsgraphpaddingstyle
---

# MPSGraphPaddingStyle

The tensor padding style.

## Declaration

```swift
enum MPSGraphPaddingStyle
```

## Topics

### Enumeration Cases

- [MPSGraphPaddingStyle.ONNX_SAME_LOWER](metalperformanceshadersgraph/mpsgraphpaddingstyle/onnx_same_lower.md)
- [MPSGraphPaddingStyle.TF_SAME](metalperformanceshadersgraph/mpsgraphpaddingstyle/tf_same.md)
- [MPSGraphPaddingStyle.TF_VALID](metalperformanceshadersgraph/mpsgraphpaddingstyle/tf_valid.md)
- [MPSGraphPaddingStyle.explicit](metalperformanceshadersgraph/mpsgraphpaddingstyle/explicit.md)
- [MPSGraphPaddingStyle.explicitOffset](metalperformanceshadersgraph/mpsgraphpaddingstyle/explicitoffset.md)

### Initializers

- [init(rawValue:)](metalperformanceshadersgraph/mpsgraphpaddingstyle/init(rawvalue:).md)

## Relationships

### Conforms To

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