.&(_:_:)

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

Declaration

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