Function arrayfire::bitxor [] [src]

pub fn bitxor(lhs: &Array, rhs: &Array, batch: bool) -> Array

Elementwise XOR(bit) operation of two Arrays

This is an element wise binary operation.