xlnstorch.operators.lns_huber_loss

Contents

xlnstorch.operators.lns_huber_loss#

xlnstorch.operators.lns_huber_loss(x, y, delta, base, reduction='mean', weight=None)#

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

Parameters:
Return type:

Tensor