MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / forward

Method forward

segmentation/backbones/fast_scnn.py:76–80  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

74 dw_act_cfg=self.dw_act_cfg)
75
76 def forward(self, x):
77 x = self.conv(x)
78 x = self.dsconv1(x)
79 x = self.dsconv2(x)
80 return x
81
82
83class GlobalFeatureExtractor(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected