MCPcopy Create free account
hub / github.com/NVIDIA/semantic-segmentation / _fwd

Method _fwd

network/mscale.py:50–51  ·  view source on GitHub ↗
(self, x, aspp_in=None)

Source from the content-addressed store, hash-verified

48 self.fuse_aspp = False
49
50 def _fwd(self, x, aspp_in=None):
51 pass
52
53 def recurse_fuse_fwd(self, x, scales, aspp_lo=None, attn_lo=None):
54 """

Callers 3

recurse_fuse_fwdMethod · 0.95
nscale_forwardMethod · 0.95
two_scale_forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected