Skip to content

Commit 8970770

Browse files
committed
select_scatter changes
1 parent cb9aa9f commit 8970770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/py/dynamo/lowering/test_decompositions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import torch
2-
from torch.testing._internal.common_utils import TestCase, run_tests
3-
42
import torch_tensorrt
3+
from torch.testing._internal.common_utils import TestCase, run_tests
54

65
from ..testing_utilities import DECIMALS_OF_AGREEMENT, lower_graph_testing
76

7+
88
class TestLowering(TestCase):
99
def test_lowering_inplace_op(self):
1010
class InPlace(torch.nn.Module):

0 commit comments

Comments
 (0)