xlnstorch.zeros#
- xlnstorch.zeros(*size, out=None, layout=torch.strided, device=None, requires_grad=False, f=None, b=None)#
Returns an LNSTensor filled with zeros, with the specified shape and properties. See torch.zeros for more details on the parameters.
- Return type:
LNSTensor