An array of integers defining the output tensor shape.
Optional
mean: numberThe mean of the normal distribution.
Optional
stdDev: numberThe standard deviation of the normal distribution.
Optional
dtype: "float32" | "int32"The data type of the output.
Optional
seed: numberThe seed for the random number generator.
Generated using TypeDoc
Creates a
tf.Tensor
with values sampled from a normal distribution.