MCPcopy Create free account
hub / github.com/dek924/PerX2CT / forward

Method forward

x2ct_nerf/modules/diffusionmodules/model.py:528–529  ·  view source on GitHub ↗
(self, z)

Source from the content-addressed store, hash-verified

526 super().__init__()
527
528 def forward(self, z):
529 return z
530
531
532class Decoder(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected