Forward input x through a decoder block and fuse with skip connection Arg(s): x : torch.Tensor[float32] N x C x h x w input tensor skip : torch.Tensor[float32] N x F x H x W skip connection shape : tuple[int]
(self, x, skip=None, shape=None)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected