randomNormal
Returns a tensor of random numbers drawn from normal distributions with 0.0
mean and 1.0
standard deviation.
Return
tensor of a given shape filled with numbers from the normal distribution with 0.0
mean and 1.0
standard deviation.
Parameters
shape
the desired shape for the output tensor.
seed
the random seed of the pseudo-random number generator.