Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alex-damian/pulse
/ forward
Method
forward
stylegan.py:232–234 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
230
super().__init__(OrderedDict(layers))
231
232
def
forward(self, x):
233
x = super().forward(x)
234
return
x
235
236
237
class
Truncation(nn.Module):
Callers
nothing calls this directly
Calls
1
forward
Method · 0.45
Tested by
no test coverage detected