bitwise_or
Computes the bitwise OR of the underlying binary representation of each element x1_i of the input array x1 with the respective element x2_i of the input array x2 .
Abstract Signature:
bitwise_or(x1: Union[array, int, bool], x2: Union[array, int, bool])
JAX (Core) NumPy Keras TensorFlow Apple MLX Flax NNX
JAX (Core) API: jax.numpy.bitwise_or
Strategy: Direct Mapping
NumPy API: numpy.ma.core.bitwise_or
Strategy: Direct Mapping
Keras API: keras.ops.numpy.bitwise_or
Strategy: Direct Mapping
TensorFlow API: keras.ops.bitwise_or
Strategy: Direct Mapping
Apple MLX API: mlx.core.bitwise_or
Strategy: Direct Mapping
Flax NNX API: jax.numpy.bitwise_or
Strategy: Direct Mapping