---
title: ".|(_:_:)"
framework: accelerate
role: symbol
role_heading: Operator
path: "accelerate/bnnsgraph/builder/tensor/'._(_:_:)-171l2"
---

# .|(_:_:)

Adds an element-wise logical or operation to the current graph.

## Declaration

```swift
static func .| (lhs: BNNSGraph.Builder.Tensor<Bool>, rhs: BNNSGraph.Builder.Tensor<Bool>) -> BNNSGraph.Builder.Tensor<Bool>
```
