xlnstorch.operators.lns_mse_loss

Contents

xlnstorch.operators.lns_mse_loss#

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

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

Parameters:
Return type:

Tensor