MCPcopy Create free account
hub / github.com/Kitware/COAT / forward

Method forward

models/transformer.py:298–300  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

296 nn.Dropout(p=p))
297
298 def forward(self, x):
299 x = self.conv(x)
300 return x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected