BitwiseOrΒΆ

Computes the bitwise OR of input and other.

Abstract Signature:

BitwiseOr(input, other)

PyTorch

API: torch.bitwise_or
Strategy: Direct Mapping

JAX (Core)

API: jnp.bitwise_or
Strategy: Direct Mapping

NumPy

API: np.bitwise_or
Strategy: Direct Mapping

Keras

API: keras.ops.bitwise_or
Strategy: Direct Mapping

TensorFlow

API: tf.bitwise.bitwise_or
Strategy: Direct Mapping

Apple MLX

API: mlx.core.bitwise_or
Strategy: Direct Mapping

Flax NNX

API: jnp.bitwise_or
Strategy: Direct Mapping

PaxML / Praxis

API: jnp.bitwise_or
Strategy: Direct Mapping