def forward(self, input): return self.norm_scale_bias(F.conv2d(input, self.weight, None, self.stride, self.padding, self.dilation, 1))