This is a wrapper around the apex fused layernorm implementation. It is meant to be used only with the from_native_module interface.
"""
def__init__(self)->None:
raiseNotImplementedError(
"FusedLayerNorm is not implemented as a physical class. "
"It is meant to be used only with the from_native_module interface convert a native pytorch layer norm module to FusedLayerNorm module provided by apex."