xlnstorch.operators.lns_poisson_nll_loss

xlnstorch.operators.lns_poisson_nll_loss#

xlnstorch.operators.lns_poisson_nll_loss(x, y, base, log_input=True, full=False, size_average=None, eps=1e-08, reduce=None, reduction='mean')#

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

Parameters:
Return type:

Tensor