Skip to content

Commit

Permalink
fix: Move aten.neg test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Sep 11, 2023
1 parent 7a4288e commit 1401f7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from parameterized import parameterized
from torch.testing._internal.common_utils import run_tests
from torch_tensorrt import Input
from torch_tensorrt.dynamo.test_utils import DispatchTestCase

from .harness import DispatchTestCase


class TestNegConverter(DispatchTestCase):
Expand Down

0 comments on commit 1401f7b

Please sign in to comment.