评价此页

torch.Tensor.normal_#

Tensor.normal_(mean=0, std=1, *, generator=None) Tensor#

用从均值为 mean 和标准差为 std 的正态分布采样的元素填充 self 张量。