xlnstorch.operators.lns_nll_loss

Contents

xlnstorch.operators.lns_nll_loss#

xlnstorch.operators.lns_nll_loss(x, y, base, weight=None, size_average=None, ignore_index=-100, reduce=None, reduction='mean')#

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

Parameters:
Return type:

Tensor