MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / forward

Method forward

sat/sgm/modules/autoencoding/temporal_ae.py:275–276  ·  view source on GitHub ↗
(self, input: torch.Tensor, **kwargs)

Source from the content-addressed store, hash-verified

273
274class Conv2DWrapper(torch.nn.Conv2d):
275 def forward(self, input: torch.Tensor, **kwargs) -> torch.Tensor:
276 return super().forward(input)
277
278
279class VideoDecoder(Decoder):

Callers

nothing calls this directly

Calls 1

forwardMethod · 0.45

Tested by

no test coverage detected