Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
yongwww committed Sep 15, 2020
1 parent d6d47ac commit 03bbd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/frontend/pytorch/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -2385,6 +2385,7 @@ def forward(self, *args):
input_data = torch.rand(ishape).float()
verify_model(ClampInPlace(min, max).float().eval(), input_data=input_data)


@tvm.testing.uses_gpu
def test_forward_copy_():
torch.set_grad_enabled(False)
Expand Down Expand Up @@ -2910,7 +2911,6 @@ def forward(self, *args):
verify_model(Addcmul2().float().eval(), input_data=[input_data, t1, t2])


@tvm.testing.uses_gpu
def test_forward_true_divide():
torch.set_grad_enabled(False)

Expand Down

0 comments on commit 03bbd3c

Please sign in to comment.