.^(_:_:)

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

Declaration

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