Skip to content

Commit 941d4cd

Browse files
committed
Skip tf2 since it is not supported
1 parent be29f5c commit 941d4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_backend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@ def graph_validator(g):
19171917

19181918
self._run_test_case(func_fusedbn, [_OUTPUT], {_INPUT: x_val}, rtol=1e-05, graph_validator=graph_validator)
19191919

1920-
@check_tf_min_version("1.15", "not supported in tf-2.0")
1920+
@check_tf_min_version("1.15", "skip_tf2")
19211921
@check_opset_min_version(10, "quantize_and_dequantize")
19221922
def test_qdq_unsigned_input(self):
19231923
x_shape = [3, 3, 2]
@@ -1927,7 +1927,7 @@ def func(x):
19271927
return tf.identity(x_, name=_TFOUTPUT)
19281928
_ = self._run_test_case(func, [_OUTPUT], {_INPUT: x_val})
19291929

1930-
@check_tf_min_version("1.15", "not supported in tf-2.0")
1930+
@check_tf_min_version("1.15", "skip_tf2")
19311931
@check_opset_min_version(10, "quantize_and_dequantize")
19321932
def test_qdq_signed_input(self):
19331933
x_shape = [3, 3, 2]

0 commit comments

Comments
 (0)