---
title: MPSCNNLogSoftMaxNode
framework: metalperformanceshaders
role: symbol
role_heading: Class
path: metalperformanceshaders/mpscnnlogsoftmaxnode
---

# MPSCNNLogSoftMaxNode

A representation of a logarithmic softmax filter kernel.

## Declaration

```swift
class MPSCNNLogSoftMaxNode
```

## Topics

### Initializers

- [init(source:)](metalperformanceshaders/mpscnnlogsoftmaxnode/init(source:).md)

## Relationships

### Inherits From

- [MPSNNFilterNode](metalperformanceshaders/mpsnnfilternode.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)
- [MPSCNNLogSoftMaxGradientNode](metalperformanceshaders/mpscnnlogsoftmaxgradientnode.md)
- [MPSCNNSoftMaxGradientNode](metalperformanceshaders/mpscnnsoftmaxgradientnode.md)
