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

# silu()

Adds a Sigmoid Linear Unit (SiLU) activation operation to the current graph.

## Declaration

```swift
func silu() -> BNNSGraph.Builder.Tensor<T>
```
