MCPcopy Create free account
hub / github.com/BorealisAI/scaleformer / forward

Method forward

models/NHits.py:139–141  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

137 self.encoder = nn.Sequential(*layers)
138
139 def forward(self, x):
140 x = self.encoder(x)
141 return x
142
143class _sEncoder(nn.Module):
144 def __init__(self, in_features, out_features, n_time_in):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected