xlnstorch.nn.init.zeros_

Contents

xlnstorch.nn.init.zeros_#

xlnstorch.nn.init.zeros_(tensor)#

Fills the input tensor with zeros.

Parameters:

tensor (LNSTensor) – The tensor to fill with zeros.

Returns:

The input tensor filled with zeros.

Return type:

LNSTensor