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

Method forward

models/sr3.py:269–270  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

267 self.conv = nn.Conv2d(dim, dim, 3, 2, 1)
268
269 def forward(self, x):
270 return self.conv(x)
271
272
273# building block modules

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected