---
title: MPSCNNFullyConnectedGradient
framework: metalperformanceshaders
role: symbol
role_heading: Class
path: metalperformanceshaders/mpscnnfullyconnectedgradient
---

# MPSCNNFullyConnectedGradient

A gradient fully connected convolution layer.

## Declaration

```swift
class MPSCNNFullyConnectedGradient
```

## Topics

### Initializers

- [init(coder:device:)](metalperformanceshaders/mpscnnfullyconnectedgradient/init(coder:device:).md)
- [init(device:weights:)](metalperformanceshaders/mpscnnfullyconnectedgradient/init(device:weights:).md)

## Relationships

### Inherits From

- [MPSCNNConvolutionGradient](metalperformanceshaders/mpscnnconvolutiongradient.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)

## See Also

### Fully Connected Layers

- [MPSCNNBinaryFullyConnected](metalperformanceshaders/mpscnnbinaryfullyconnected.md)
- [MPSCNNFullyConnected](metalperformanceshaders/mpscnnfullyconnected.md)
