Re-enable Reciprocal tests.

This commit is contained in:
Tian Jin 2020-01-21 19:41:22 -07:00
parent 51b0f4c9dd
commit ff0e25fdc9
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ test_to_enable = [
#"test_sum_two_inputs_cpu", <- error
# Reciprocal Op:
#"test_reciprocal_cpu", <- error on shape inference.
#"test_reciprocal_example_cpu", <- error on shape inference.
"test_reciprocal_cpu",
"test_reciprocal_example_cpu",
]
# Extract name of all test cases.