Rate this Page

Function torch::nn::init::uniform_#

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.