MCPcopy Create free account
hub / github.com/deepbrainai-research/float / forward

Method forward

models/float/styledecoder.py:104–105  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

102 self.pad = (pad0, pad1)
103
104 def forward(self, input):
105 return upfirdn2d(input, self.kernel, up=1, down=self.factor, pad=self.pad)
106
107
108class Blur(nn.Module):

Callers

nothing calls this directly

Calls 1

upfirdn2dFunction · 0.70

Tested by

no test coverage detected