All Superinterfaces:
Layer, Trainable
All Known Implementing Classes:
LayerNorm1D, RMSNorm1D

public interface NormLayer extends Layer
Marker interface for row-wise normalisation layers (LayerNorm, RMSNorm, …).

Narrows Layer to layers whose sole job is to normalise the feature dimension of a [seqLen × dim] tensor. Used as the field type for the final-norm slot in DecoderOnlyModel so the constructor rejects anything that is not a normalisation layer.