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

Method __init__

k_diffusion/layers.py:270–272  ·  view source on GitHub ↗
(self, module)

Source from the content-addressed store, hash-verified

268
269class UnconditionedModule(ConditionedModule):
270 def __init__(self, module):
271 super().__init__()
272 self.module = module
273
274 def forward(self, input, cond=None):
275 return self.module(input)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected