Shortcuts

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.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources