模型开发接口
推理部署接口
API 相关说明
Fills the given tensor with random value sampled from normal distribution \(\mathcal{N}(\text{mean}, \text{std}^2)\).
tensor
tensor (Tensor) – tensor to be initialized.
Tensor
mean (float) – mean of the normal distribution.
float
std (float) – standard deviation of the normal distribution.
None
previous
megengine.module.init.uniform_
next
megengine.module.init.calculate_gain