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 matrix with values drawn from a normal distribution parameterized by mean and std. No gradient will be recorded for this operation.
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 matrix with values drawn from a normal distribution parameterized by mean and std. No gradient will be recorded for this operation.