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.
2 parents e64c63b + 0ae8a0f commit 0ee7380Copy full SHA for 0ee7380
test/backend/test.py
@@ -144,8 +144,8 @@ def supports_device(cls, device):
144
#"test_sum_two_inputs_cpu", <- error
145
146
# Reciprocal Op:
147
- #"test_reciprocal_cpu", <- error on shape inference.
148
- #"test_reciprocal_example_cpu", <- error on shape inference.
+ "test_reciprocal_cpu",
+ "test_reciprocal_example_cpu",
149
]
150
151
# Extract name of all test cases.
0 commit comments