Skip to content

Commit 1dda7df

Browse files
committed
delete @skip_onnxruntime_backend for matrix_band_part
1 parent d1e051e commit 1dda7df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_backend.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,6 @@ def test_sparse_softmax_cross_entropy_with_logits_large_class(self):
21822182

21832183
self._run_test_case([_OUTPUT], {_INPUT: label_val, _INPUT1: logits_val}, rtol=1e-6)
21842184

2185-
@skip_onnxruntime_backend("onnxruntime Slice did not supported BOOL")
21862185
def test_matrix_band_part(self):
21872186
input_val = np.random.randint(0, 666, (10, 15)).astype(np.int32)
21882187
input_x = tf.placeholder(dtype=tf.int32, shape=[None, None], name=_TFINPUT)
@@ -2192,7 +2191,6 @@ def test_matrix_band_part(self):
21922191
_ = tf.identity(res1, name=_TFOUTPUT1)
21932192
self._run_test_case([_OUTPUT, _OUTPUT1], {_INPUT: input_val})
21942193

2195-
@skip_onnxruntime_backend("onnxruntime Slice did not supported BOOL.")
21962194
def test_matrix_band_part_2(self):
21972195
input_val = np.random.randint(0, 666, (1, 1)).astype(np.int32)
21982196
input_x = tf.placeholder(dtype=tf.int32, shape=[None, None], name=_TFINPUT)

0 commit comments

Comments
 (0)