Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/294coder/Dif-PAN
/ forward
Method
forward
models/unet_model_google.py:108–109 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
106
)
107
108
def
forward(self, x):
109
return
self.block(x)
110
111
112
class
ResnetBlock(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected