<!--
{
  "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/MLCPoolingLayer",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ML Compute"
    ],
    "preciseIdentifier" : "c:objc(cs)MLCPoolingLayer"
  },
  "title" : "MLCPoolingLayer"
}
-->

# MLCPoolingLayer

A layer that summarizes the average presence of a feature.

```
class MLCPoolingLayer
```

## Topics

### Creating Pooling Layers

[`init(descriptor:)`](/documentation/MLCompute/MLCPoolingLayer/init(descriptor:))

Creates a pooling layer with the descriptor you specify.

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

A configuration object you use to create a pooling layer.

[`MLCPoolingType`](/documentation/MLCompute/MLCPoolingType-8hrit)

A pooling function type for a pooling layer.

[`MLCPoolingType`](/documentation/MLCompute/MLCPoolingType-wb8j)

A pooling function type for a pooling layer.

### Inspecting Pooling Layers

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

The configuration object you use to create the pooling layer.



---

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)