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
matrixwith values drawn from a uniform distribution parameterized bylowandhigh.No gradient will be recorded for this operation.