def test_backward_negative_axis_cpu(self): gy = numpy.ones_like(self.x.max(axis=-1)) * self.gy self.check_backward(self.x, gy, axis=-1)