NativeLayerNormΒΆ
Native layer normalization.
Abstract Signature:
NativeLayerNorm(input: Tensor, normalized_shape: List[int], weight: Tensor, bias: Tensor, eps: float)
Native layer normalization.
Abstract Signature:
NativeLayerNorm(input: Tensor, normalized_shape: List[int], weight: Tensor, bias: Tensor, eps: float)