---
title: ".^(_:_:)"
framework: accelerate
role: symbol
role_heading: Operator
path: "accelerate/bnnsgraph/builder/tensor/'._(_:_:)-6soc4"
---

# .^(_:_:)

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

## Declaration

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