in src/image_gen_aux/preprocessors/teed/teed.py [0:0]
def forward(self, x): x = self.conv(x) if self.use_ac: return self.smish(x) else: return x