xlnstorch.operators.lns_layer_norm

Contents

xlnstorch.operators.lns_layer_norm#

xlnstorch.operators.lns_layer_norm(x, normalized_shape, base, weight=None, bias=None, eps=1e-05)#

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

Parameters:
Return type:

Tensor