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

Method forward

segmentation/backbones/bisenetv2.py:355–361  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

353 act_cfg=act_cfg)
354
355 def forward(self, x):
356 identity = x
357 x = self.gap(x)
358 x = self.conv_gap(x)
359 x = identity + x
360 x = self.conv_last(x)
361 return x
362
363
364class SemanticBranch(BaseModule):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected