RandnLikeΒΆ
Returns a tensor with the same size as input that is filled with random numbers from a normal distribution.
Abstract Signature:
RandnLike(input: Tensor)
JAX (Core)
API:
jax.random.normalStrategy: Plugin (inject_prng)
NumPy
API:
np.random.standard_normalStrategy: Macro 'np.random.standard_normal({input}.shape)'
Keras
API:
keras.random.normalStrategy: Macro 'keras.random.normal({input}.shape)'
TensorFlow
API:
tf.random.normalStrategy: Macro 'tf.random.normal({input}.shape)'
Apple MLX
API:
mlx.core.random.normalStrategy: Macro 'mlx.core.random.normal({input}.shape)'