---
title: average
framework: accelerate
role: symbol
role_heading: Type Property
path: accelerate/bnnspoolingfunction/average
---

# average

A function for pooling that computes the average of each element in the pooling kernel.

## Declaration

```swift
static var average: BNNSPoolingFunction { get }
```

## See Also

### Pooling Functions

- [max](accelerate/bnnspoolingfunction/max.md)
