Rate this Page

torch.Tensor.normal_#

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

Fillsself tensor with elements samples from the normal distributionparameterized bymean andstd.