We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a34c7 commit cd7e98dCopy full SHA for cd7e98d
tests/py/dynamo/converters/test_selu_aten.py
@@ -12,7 +12,7 @@ def forward(self, x):
12
return nn.functional.selu(x)
13
14
inputs = [torch.randn(1, 10)]
15
-
+
16
# Here, selu re-uses elu op
17
self.run_test(TestModule(), inputs, expected_ops={torch.ops.aten.elu.default})
18
0 commit comments