Merge pull request #43 from clang-ykt/enable-reciprocal
Re-enable Reciprocal tests.
This commit is contained in:
commit
0ee7380edd
|
@ -144,8 +144,8 @@ test_to_enable = [
|
||||||
#"test_sum_two_inputs_cpu", <- error
|
#"test_sum_two_inputs_cpu", <- error
|
||||||
|
|
||||||
# Reciprocal Op:
|
# Reciprocal Op:
|
||||||
#"test_reciprocal_cpu", <- error on shape inference.
|
"test_reciprocal_cpu",
|
||||||
#"test_reciprocal_example_cpu", <- error on shape inference.
|
"test_reciprocal_example_cpu",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Extract name of all test cases.
|
# Extract name of all test cases.
|
||||||
|
|
Loading…
Reference in New Issue