Ramove LSTM_Seq_lens model xfail declaration (#3635)
This commit is contained in:
parent
be69a4de2f
commit
6d89a96d9e
@ -195,8 +195,6 @@ xfail_issue_39685 = xfail_test(reason="RuntimeError: While validating node 'v1::
|
||||
"Input order must have shape [n], where n is the rank of arg.")
|
||||
|
||||
# Model MSFT issues:
|
||||
xfail_issue_36465 = xfail_test(reason="LSTM_Seq_lens: RuntimeError: get_shape was called on a "
|
||||
"descriptor::Tensor with dynamic shape")
|
||||
xfail_issue_37957 = xfail_test(reason="RuntimeError: nGraph does not support the following ONNX operations:"
|
||||
"com.microsoft.CropAndResize, com.microsoft.GatherND,"
|
||||
"com.microsoft.Pad, com.microsoft.Range")
|
||||
|
@ -34,7 +34,6 @@ from tests import (
|
||||
xfail_issue_40957,
|
||||
xfail_issue_39685,
|
||||
xfail_issue_37957,
|
||||
xfail_issue_36465,
|
||||
xfail_issue_38084,
|
||||
xfail_issue_39669,
|
||||
xfail_issue_38726,
|
||||
|
Loading…
Reference in New Issue
Block a user