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

Method forward

diffsynth/models/stepvideo_text_encoder.py:401–404  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

399 )
400
401 def forward(self, x):
402 x = self.swiglu(self.w1(x))
403 output = self.w2(x)
404 return output
405
406
407

Callers

nothing calls this directly

Calls 1

swigluMethod · 0.95

Tested by

no test coverage detected