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

# exp()

Adds an element-wise exp operation to the current graph.

## Declaration

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