Rate this Page

Function torch::nn::init::constant_#

Function Documentation#

Tensor torch::nn::init::constant_(Tensor tensor, Scalar value)#

Fills the given tensor with the provided value in-place, and returns it.

No gradient will be recorded for this operation.