MCPcopy Create free account
hub / github.com/OpenImagingLab/FlashVSR / LayerNorm

Class LayerNorm

diffsynth/models/wan_video_image_encoder.py:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227
228class LayerNorm(nn.LayerNorm):
229
230 def forward(self, x):
231 return super().forward(x).type_as(x)
232
233
234class SelfAttention(nn.Module):

Callers 3

__init__Method · 0.70
__init__Method · 0.70
__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected