tinyms.primitives — TinyMS alpha 文档
https://tinyms.readthedocs.io/zh_CN/latest/tinyms/tinyms.primitives.htmltinyms.primitives.normal (shape, mean, stddev, seed=None) [源代码] ¶ Generates random numbers according to the Normal (or Gaussian) random number distribution. 参数. shape – The shape of random tensor to be generated.. mean – The mean μ distribution parameter, which specifies the location of the peak, with data type in [int8, int16, int32, int64, float16, float32].