---
title: "+(_:_:)"
framework: accelerate
role: symbol
role_heading: Operator
path: "accelerate/bnnsgraph/builder/operationparameter/+(_:_:)-2u9f3"
---

# +(_:_:)

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

## Declaration

```swift
static func + (lhs: BNNSGraph.Builder.Tensor<Self.Element>, rhs: Self) -> BNNSGraph.Builder.Tensor<Self.Element>
```
