---
title: MLTensor.PaddingMode.symmetric
framework: coreml
role: symbol
role_heading: Case
path: coreml/mltensor/paddingmode/symmetric
---

# MLTensor.PaddingMode.symmetric

Pads the input tensor using the reflection of the input, including the edge value.

## Declaration

```swift
case symmetric
```

## See Also

### Padding modes

- [MLTensor.PaddingMode.constant(_:)](coreml/mltensor/paddingmode/constant(_:).md)
- [MLTensor.PaddingMode.reflection](coreml/mltensor/paddingmode/reflection.md)
