MCPcopy Create free account
hub / github.com/HazyResearch/spacetime / forward

Method forward

model/block.py:85–86  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

83 return nn.Sequential(*blocks)
84
85 def forward(self, x):
86 return self.blocks(x)
87
88
89class Decoder(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected