We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9aa9f commit 8970770Copy full SHA for 8970770
tests/py/dynamo/lowering/test_decompositions.py
@@ -1,10 +1,10 @@
1
import torch
2
-from torch.testing._internal.common_utils import TestCase, run_tests
3
-
4
import torch_tensorrt
+from torch.testing._internal.common_utils import TestCase, run_tests
5
6
from ..testing_utilities import DECIMALS_OF_AGREEMENT, lower_graph_testing
7
+
8
class TestLowering(TestCase):
9
def test_lowering_inplace_op(self):
10
class InPlace(torch.nn.Module):
0 commit comments