def forward()

in src/image_gen_aux/preprocessors/lineart/model.py [0:0]


    def forward(self, x):
        return x + self.conv_block(x)