def test_forward_gpu(self): self.link.to_gpu() self.check_forward(cuda.to_gpu(self.x1), cuda.to_gpu(self.x2))