<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/BNNSGraph/Builder/Tensor/clampedReLU(alpha:beta:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:10Accelerate9BNNSGraphO7BuilderV6TensorV11clampedReLU5alpha4betaAGy__xGSf_SftF"
  },
  "title" : "clampedReLU(alpha:beta:)"
}
-->

# clampedReLU(alpha:beta:)

Adds a Clamped Rectified Linear Unit (ReLU) activation operation to the current graph.

```
func clampedReLU(alpha: Float, beta: Float) -> BNNSGraph.Builder.Tensor<T>
```

## Parameters

`alpha`

The `alpha` value.

`beta`

The `beta` value.

---

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)