Function torch::nn::init::constant_#
Defined in File init.h
Function Documentation#
-
Tensor torch::nn::init::constant_(Tensor tensor, Scalar value)#
Fills the given
tensorwith the providedvaluein-place, and returns it.No gradient will be recorded for this operation.