Rate this Page

Function torch::nn::init::normal_#

Function Documentation#

Tensor torch::nn::init::normal_(Tensor tensor, double mean = 0, double std = 1)#

Fills the given 2-dimensional matrix with values drawn from a normal distribution parameterized by mean and std.

No gradient will be recorded for this operation.