Creates a tf.Tensor with values sampled from a normal distribution.
tf.Tensor
The generated values will have mean 0 and standard deviation 1.
tf.randomStandardNormal([2, 2]).print(); Copy
tf.randomStandardNormal([2, 2]).print();
An array of integers defining the output tensor shape.
Optional
The data type of the output.
The seed for the random number generator.
Generated using TypeDoc
Creates a
tf.Tensor
with values sampled from a normal distribution.The generated values will have mean 0 and standard deviation 1.