Function torch::nn::init::normal_#
Defined in File init.h
Function Documentation#
-
Tensor torch::nn::init::normal_(Tensor tensor, double mean = 0, double std = 1)#
Fills the given 2-dimensional
matrixwith values drawn from a normal distribution parameterized bymeanandstd.No gradient will be recorded for this operation.