---
title: MPSCNNFullyConnectedNode
framework: metalperformanceshaders
role: symbol
role_heading: Class
path: metalperformanceshaders/mpscnnfullyconnectednode
---

# MPSCNNFullyConnectedNode

A representation of a fully connected convolution layer, also known as an inner product layer.

## Declaration

```swift
class MPSCNNFullyConnectedNode
```

## Topics

### Initializers

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

## Relationships

### Inherits From

- [MPSCNNConvolutionNode](metalperformanceshaders/mpscnnconvolutionnode.md)

### Conforms To

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

## See Also

### Fully Connected Layer Nodes

- [MPSCNNBinaryFullyConnectedNode](metalperformanceshaders/mpscnnbinaryfullyconnectednode.md)
