MCPcopy Create free account
hub / github.com/WarmCongee/SDUMC / forward

Method forward

toolkit/models/dst_att.py:252–255  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

250 return self.ffn(x)
251
252 def forward(self, x):
253 x = self.perform_attn(x)
254 x = self.perform_ffn(x)
255 return x
256
257
258class DST_ATT(nn.Module):

Callers

nothing calls this directly

Calls 2

perform_attnMethod · 0.95
perform_ffnMethod · 0.95

Tested by

no test coverage detected