def updateGradInput(self, input, gradOutput): return torch.mul(self.gradInput, self.output, gradOutput)