API 相关说明
Fills the given tensor with random value sampled from normal distribution \(\mathcal{N}(\text{mean}, \text{std}^2)\).
tensor
tensor (Tensor) – 待初始化的n维张量。
Tensor
mean (float) – 正态分布的均值。
float
std (float) – 正态分布的标准差。
None
上一页
megengine.module.init.uniform_
下一页
megengine.module.init.calculate_gain