Skip to content

Commit 3962ba0

Browse files
committed
Merge branch 'master' into r1.8
2 parents 37b6ea6 + 38c8835 commit 3962ba0

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
@@ -1532,6 +1532,7 @@ def func(data, indices, segments):
15321532
self._run_test_case(func, [_OUTPUT], {_INPUT: data_val, _INPUT1: indices_val, _INPUT2: segs_val})
15331533

15341534
@check_opset_min_version(9, "OneHot")
1535+
@check_tf_min_version("2.3", "needs tf 2.3")
15351536
def test_unsorted_segment_ops(self):
15361537
tf_ops = [
15371538
tf.math.unsorted_segment_max,

0 commit comments

Comments
 (0)