FullLike ======== Create an array full of a specified value with the same shape and dtype as an array. **Abstract Signature:** ``FullLike(a: Tensor, fill_value: number | Tensor, dtype: DType | None, shape: tuple | None)`` .. raw:: html

PyTorch

API: torch.full_like
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.full_like
Strategy: Direct Mapping

NumPy

API: numpy.full_like
Strategy: Direct Mapping

Keras

API: keras.ops.full_like
Strategy: Direct Mapping

TensorFlow

API: tf.fill
Strategy: Macro 'tf.fill(tf.shape({a}), {fill_value})'