Function arrayfire::neq [] [src]

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

Elementwise not equals comparison of two Arrays

This is an element wise binary operation.