MCPcopy Create free account
hub / github.com/Gadersd/stable-diffusion-burn / __call__

Method __call__

python/dump.py:262–263  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

260 self.op = Conv2d(channels, channels, 3, stride=2, padding=1)
261
262 def __call__(self, x):
263 return self.op(x)
264
265class Upsample:
266 def __init__(self, channels):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected