---
title: MPSCNNSoftMaxGradientNode
framework: metalperformanceshaders
role: symbol
role_heading: Class
path: metalperformanceshaders/mpscnnsoftmaxgradientnode
---

# MPSCNNSoftMaxGradientNode

A representation of a gradient softmax filter.

## Declaration

```swift
class MPSCNNSoftMaxGradientNode
```

## Topics

### Initializers

- [init(sourceGradient:sourceImage:gradientState:)](metalperformanceshaders/mpscnnsoftmaxgradientnode/init(sourcegradient:sourceimage:gradientstate:).md)

## Relationships

### Inherits From

- [MPSNNGradientFilterNode](metalperformanceshaders/mpsnngradientfilternode.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Softmax Layer Nodes

- [MPSCNNSoftMaxNode](metalperformanceshaders/mpscnnsoftmaxnode.md)
- [MPSCNNLogSoftMaxNode](metalperformanceshaders/mpscnnlogsoftmaxnode.md)
- [MPSCNNLogSoftMaxGradientNode](metalperformanceshaders/mpscnnlogsoftmaxgradientnode.md)
