MCPcopy Create free account
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / forward

Method forward

lib/network_auxi.py:306–308  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

304 self.init_params()
305
306 def forward(self, x):
307 x = self.conv(x) + x
308 return x
309
310 def init_params(self):
311 for m in self.modules():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected