MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / forward

Method forward

k_diffusion/layers.py:274–275  ·  view source on GitHub ↗
(self, input, cond=None)

Source from the content-addressed store, hash-verified

272 self.module = module
273
274 def forward(self, input, cond=None):
275 return self.module(input)
276
277
278class ConditionedSequential(nn.Sequential, ConditionedModule):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected