Function torch::nn::init::zeros_#
Defined in File init.h
Function Documentation#
-
Tensor torch::nn::init::zeros_(Tensor tensor)#
Fills the given
tensorwith zeros.No gradient will be recorded for this operation.
Defined in File init.h
Fills the given tensor with zeros.
No gradient will be recorded for this operation.