oneflow.nn.functional.layer_norm

oneflow.nn.functional.layer_norm(input, normalized_shape, weight=None, bias=None, eps=1e-05)Tensor

Applies Layer Normalization for last certain number of dimensions.

See LayerNorm for details.