Skip to content

Commit 9928427

Browse files
committed
Add TF min version to be 1.14 since tf<1.14 doesn't have compat.v2
1 parent 143e062 commit 9928427

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,6 +1995,7 @@ def func(x, x_new_size_):
19951995
return tf.identity(x_, name=_TFOUTPUT)
19961996
self._run_test_case(func, [_OUTPUT], {_INPUT: x_val, _INPUT1: x_new_size})
19971997

1998+
@check_tf_min_version("1.14")
19981999
@check_opset_min_version(11, "resize_bilinear_v2")
19992000
def test_resize_bilinear_v2_with_non_const(self):
20002001
x_shape = [3, 10, 8, 5]

0 commit comments

Comments
 (0)