MCPcopy Create free account
hub / github.com/TimSeizinger/Bokehlicious / forward

Method forward

method/nn_util.py:63–66  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

61 padding=padding, stride=1, groups=out_channels, bias=bias)
62
63 def forward(self, x):
64 x = self.conv1(x)
65 x = self.conv2(x)
66 return x
67
68class DWConv2d(nn.Module):
69

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected