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

# sqrt()

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

## Declaration

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