<!--
{
  "availability" : [
    "iOS: 14.0.0 - 17.4.0",
    "iPadOS: 14.0.0 - 17.4.0",
    "macCatalyst: 14.0.0 - 17.4.0",
    "macOS: 11.0.0 - 14.3.0",
    "tvOS: 14.0.0 - 17.4.0"
  ],
  "documentType" : "symbol",
  "framework" : "MLCompute",
  "identifier" : "/documentation/MLCompute/MLCConvolutionLayer",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ML Compute"
    ],
    "preciseIdentifier" : "c:objc(cs)MLCConvolutionLayer"
  },
  "title" : "MLCConvolutionLayer"
}
-->

# MLCConvolutionLayer

A layer that applies a convolution over a signal.

```
class MLCConvolutionLayer
```

## Topics

### Creating Convolution Layers

[`init(weights:biases:descriptor:)`](/documentation/MLCompute/MLCConvolutionLayer/init(weights:biases:descriptor:))

Creates a convolution layer with the weights, biases, and descriptor you specify.

[`MLCConvolutionDescriptor`](/documentation/MLCompute/MLCConvolutionDescriptor)

A configuration object you use to create a convolution or fully connected layer.

### Inspecting Convolution Layers

[`descriptor`](/documentation/MLCompute/MLCConvolutionLayer/descriptor)

The configuration object you use to create the convolution layer.

[`weights`](/documentation/MLCompute/MLCConvolutionLayer/weights)

The weights tensor you use for the convolution layer.

[`biases`](/documentation/MLCompute/MLCConvolutionLayer/biases)

The biases tensor you use for the convolution layer.

[`weightsParameter`](/documentation/MLCompute/MLCConvolutionLayer/weightsParameter)

The weights tensor parameter you use for optimizer updates.

[`biasesParameter`](/documentation/MLCompute/MLCConvolutionLayer/biasesParameter)

The biases tensor parameter you use for optimizer updates.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)