MCPcopy Create free account
hub / github.com/294coder/Dif-PAN / forward

Method forward

models/unet_model_google.py:89–90  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

87 self.conv = nn.Conv2d(dim, dim, 3, 2, 1)
88
89 def forward(self, x):
90 return self.conv(x)
91
92
93# building block modules

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected