Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepbrainai-research/float
/ forward
Method
forward
models/float/styledecoder.py:121–122 ·
view source on GitHub ↗
(self, input)
Source
from the content-addressed store, hash-verified
119
self.pad = pad
120
121
def
forward(self, input):
122
return
upfirdn2d(input, self.kernel, pad=self.pad)
123
124
125
class
EqualConv2d(nn.Module):
Callers
nothing calls this directly
Calls
1
upfirdn2d
Function · 0.70
Tested by
no test coverage detected