MCPcopy Create free account
hub / github.com/Anoise/WTFlib / forward

Method forward

LDPS_Graph/layers/Embed.py:101–102  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

99 self.embed = nn.Linear(d_inp, d_model, bias=False)
100
101 def forward(self, x):
102 return self.embed(x)
103
104
105class DataEmbedding(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected