MaskedFill ========== Fills elements of self tensor with value where mask is True. **Abstract Signature:** ``MaskedFill(input: Tensor, mask: Tensor, value: float)`` .. raw:: html

PyTorch

API: torch.masked_fill
Strategy: Infix (?)

JAX (Core)

API: jnp.where
Strategy: Direct Mapping

NumPy

API: numpy.where
Strategy: Direct Mapping

TensorFlow

API: tf.where
Strategy: Direct Mapping

Apple MLX

API: mlx.core.where
Strategy: Direct Mapping