Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Enable Eyelike tests (#397)
Browse files Browse the repository at this point in the history
* Enable eyelike tests

* Skip FP16 cast tests
  • Loading branch information
tsocha authored and postrational committed Jun 27, 2019
1 parent e572fd1 commit 7b5cd96
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
pytest.mark.xfail(OnnxBackendNodeModelTest.test_cast_STRING_to_FLOAT_cpu)
pytest.mark.xfail(OnnxBackendNodeModelTest.test_cast_DOUBLE_to_FLOAT16_cpu)
pytest.mark.xfail(OnnxBackendNodeModelTest.test_cast_FLOAT_to_FLOAT16_cpu)
pytest.mark.xfail(OnnxBackendNodeModelTest.test_cast_FLOAT16_to_DOUBLE_cpu)
pytest.mark.xfail(OnnxBackendNodeModelTest.test_cast_FLOAT16_to_FLOAT_cpu)

# Scan -> NGONNX-433
pytest.mark.xfail(OnnxBackendNodeModelTest.test_scan9_sum_cpu)
Expand All @@ -119,11 +121,6 @@
pytest.mark.xfail(OnnxBackendNodeModelTest.test_compress_0_cpu)
pytest.mark.xfail(OnnxBackendNodeModelTest.test_compress_1_cpu)

# Eyelike -> NGONNX-439
pytest.mark.xfail(OnnxBackendNodeModelTest.test_eyelike_populate_off_main_diagonal_cpu)
pytest.mark.xfail(OnnxBackendNodeModelTest.test_eyelike_with_dtype_cpu)
pytest.mark.xfail(OnnxBackendNodeModelTest.test_eyelike_without_dtype_cpu)

# Isnan -> NGONNX-440
pytest.mark.xfail(OnnxBackendNodeModelTest.test_isnan_cpu)

Expand Down

0 comments on commit 7b5cd96

Please sign in to comment.