---
title: MPSNNResizeBilinear
framework: metalperformanceshaders
role: symbol
role_heading: Class
path: metalperformanceshaders/mpsnnresizebilinear
---

# MPSNNResizeBilinear

A bilinear resizing filter.

## Declaration

```swift
class MPSNNResizeBilinear
```

## Topics

### Initializers

- [init(coder:device:)](metalperformanceshaders/mpsnnresizebilinear/init(coder:device:).md)
- [init(device:resizeWidth:resizeHeight:alignCorners:)](metalperformanceshaders/mpsnnresizebilinear/init(device:resizewidth:resizeheight:aligncorners:).md)

### Instance Properties

- [alignCorners](metalperformanceshaders/mpsnnresizebilinear/aligncorners.md)
- [resizeHeight](metalperformanceshaders/mpsnnresizebilinear/resizeheight.md)
- [resizeWidth](metalperformanceshaders/mpsnnresizebilinear/resizewidth.md)

## Relationships

### Inherits From

- [MPSCNNKernel](metalperformanceshaders/mpscnnkernel.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
