logical_orΒΆ
Computes the logical OR for each element x1_i of the input array x1 with the respective element x2_i of the input array x2.
Abstract Signature:
logical_or(x1: Union[array, bool], x2: Union[array, bool])
Computes the logical OR for each element x1_i of the input array x1 with the respective element x2_i of the input array x2.
Abstract Signature:
logical_or(x1: Union[array, bool], x2: Union[array, bool])