예제 #1
0
 def test_acos(self):
     x = Variable(torch.rand(3, 4), requires_grad=True)
     self.assertONNX(lambda x: x.acos(), x)