MCPcopy Create free account
hub / github.com/bbaaii/DreamDiffusion / forward

Method forward

code/dc_ldm/models/autoencoder.py:564–565  ·  view source on GitHub ↗
(self, x, *args, **kwargs)

Source from the content-addressed store, hash-verified

562 return x
563
564 def forward(self, x, *args, **kwargs):
565 return x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected