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

Method forward

k_diffusion/models/modules.py:556–559  ·  view source on GitHub ↗
(self, x, *args, **kwargs)

Source from the content-addressed store, hash-verified

554
555class Level(nn.ModuleList):
556 def forward(self, x, *args, **kwargs):
557 for layer in self:
558 x = layer(x, *args, **kwargs)
559 return x
560
561
562# Mapping network

Callers 1

forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected