Full ==== Creates a tensor of size filled with fill_value. **Abstract Signature:** ``Full(size: List[int], fill_value: float)`` .. raw:: html

PyTorch

API: torch.full
Strategy: Direct Mapping

JAX (Core)

API: jnp.full
Strategy: Direct Mapping

NumPy

API: np.full
Strategy: Direct Mapping

Keras

API: keras.ops.full
Strategy: Direct Mapping

TensorFlow

API: tf.fill
Strategy: Direct Mapping

Apple MLX

API: mlx.core.full
Strategy: Direct Mapping

Flax NNX

API: jnp.full
Strategy: Direct Mapping

PaxML / Praxis

API: jnp.full
Strategy: Direct Mapping