xlnstorch.full

Contents

xlnstorch.full#

xlnstorch.full(size, fill_value, *, out=None, layout=torch.strided, device=None, requires_grad=False, f=None, b=None)#

Returns an LNSTensor filled with fill_value, with the specified shape and properties. See torch.full for more details on the parameters.

Return type:

LNSTensor