RandomNormal
Initializer that generates tensors with a normal distribution.
Constructors
RandomNormal
Link copied to clipboard
fun RandomNormal(mean: Float = 0.0f, stdev: Float = 1.0f, seed: Long = 12L)
Content copied to clipboard
Creates a RandomNormal initializer.