Skip to main content
Log in

Python module

layer_norm

Layer Normalization layer.

LayerNorm

class max.pipelines.nn.norm.layer_norm.LayerNorm(weight: Weight, bias: Weight | None = None, eps: float = 1e-06)

Layer normalization block.

bias

bias*: Weight | None* = None

eps

eps*: float* = 1e-06

weight

weight*: Weight*