---
title: "softplus(alpha:)"
framework: accelerate
role: symbol
role_heading: Instance Method
path: "accelerate/bnnsgraph/builder/tensor/softplus(alpha:)"
---

# softplus(alpha:)

Adds a softplus activation operation to the current graph.

## Declaration

```swift
func softplus(alpha: Float) -> BNNSGraph.Builder.Tensor<T>
```

## Parameters

- `alpha`: The alpha value.
