tf.random.normal

View source on GitHub

Outputs random values from a normal distribution.

tf.random.normal(
    shape, mean=0.0, stddev=1.0, dtype=tf.dtypes.float32, seed=None, name=None
)

Args:

Returns:

A tensor of the specified shape filled with random normal values.