Function arrayfire::or [] [src]

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

Elementwise logical or operation of two Arrays

This is an element wise binary operation.