class documentation

class LayerNorm(nn.LayerNorm): (source)

View In Hierarchy

Subclass torch's LayerNorm to handle fp16.

Method forward Undocumented
def forward(self, x: torch.Tensor): (source) ΒΆ

Undocumented