xlnstorch.operators.lns_smooth_l1_loss

xlnstorch.operators.lns_smooth_l1_loss#

xlnstorch.operators.lns_smooth_l1_loss(x, y, beta, base, size_average=None, reduce=None, reduction='mean')#

See docs for torch.nn.functional.smooth_l1_loss() for parameter/return details. Typically, torch.Tensor arguments are the equivalent internal representations of LNStensors.

Parameters:
Return type:

Tensor