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
eps
eps*: float* = 1e-06
weight
weight*: Weight*
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!