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

# MLTensor.PaddingMode.reflection

Pads the input tensor using the reflection of the input boundary.

## Declaration

```swift
case reflection
```

## See Also

### Padding modes

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