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

Method forward

segmentation/backbones/bisenetv1.py:122–126  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

120 act_cfg=None), nn.Sigmoid())
121
122 def forward(self, x):
123 x = self.conv_layer(x)
124 x_atten = self.atten_conv_layer(x)
125 x_out = x * x_atten
126 return x_out
127
128
129class ContextPath(BaseModule):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected