MCPcopy Create free account
hub / github.com/kyegomez/BitNet / forward

Method forward

bitnet/one_bit_vision_transformers.py:58–59  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

56 )
57
58 def forward(self, x):
59 return self.net(x)
60
61
62class Transformer(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected