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

Function upfirdn2d

models/float/styledecoder.py:32–33  ·  view source on GitHub ↗
(input, kernel, up=1, down=1, pad=(0, 0))

Source from the content-addressed store, hash-verified

30
31
32def upfirdn2d(input, kernel, up=1, down=1, pad=(0, 0)):
33 return upfirdn2d_native(input, kernel, up, up, down, down, pad[0], pad[1], pad[0], pad[1])
34
35
36def make_kernel(k):

Callers 3

forwardMethod · 0.70
forwardMethod · 0.70
forwardMethod · 0.70

Calls 1

upfirdn2d_nativeFunction · 0.70

Tested by

no test coverage detected