Function torch::nn::init::uniform_# Defined in File init.h Function Documentation# Tensor torch::nn::init::uniform_(Tensor tensor, double low = 0, double high = 1)# Fills the given 2-dimensional matrix with values drawn from a uniform distribution parameterized by low and high. No gradient will be recorded for this operation.
Function torch::nn::init::uniform_# Defined in File init.h Function Documentation# Tensor torch::nn::init::uniform_(Tensor tensor, double low = 0, double high = 1)# Fills the given 2-dimensional matrix with values drawn from a uniform distribution parameterized by low and high. No gradient will be recorded for this operation.