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

# sin()

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

## Declaration

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