@@ -5462,7 +5462,7 @@ def func1_length(x):
5462
5462
self ._run_test_case (func1_length , [_OUTPUT ], {_INPUT : x_val })
5463
5463
5464
5464
@check_tf_min_version ("1.14" )
5465
- @check_opset_min_version (10 , "Slice " )
5465
+ @check_opset_min_version (11 , "CumSum " )
5466
5466
def test_rfft2d_ops (self ):
5467
5467
5468
5468
x_val = make_xval ([3 , 4 ]).astype (np .float32 )
@@ -5486,7 +5486,7 @@ def func3(x):
5486
5486
self ._run_test_case (func3 , [_OUTPUT ], {_INPUT : x_val })
5487
5487
5488
5488
@check_tf_min_version ("1.14" )
5489
- @check_opset_min_version (10 , "Slice " )
5489
+ @check_opset_min_version (11 , "CumSum " )
5490
5490
def test_rfft2d_ops_fft_length (self ):
5491
5491
5492
5492
x_val = make_xval ([3 , 4 ]).astype (np .float32 )
@@ -5499,7 +5499,7 @@ def func1_length(x):
5499
5499
self ._run_test_case (func1_length , [_OUTPUT ], {_INPUT : x_val })
5500
5500
5501
5501
@check_tf_min_version ("1.14" )
5502
- @check_opset_min_version (10 , "Slice " )
5502
+ @check_opset_min_version (11 , "CumSum " )
5503
5503
def test_rfft2d_ops_fft_length_many (self ):
5504
5504
for i in range (7 , 4 , - 1 ):
5505
5505
for j in range (7 , 4 , - 1 ):
@@ -5514,7 +5514,7 @@ def func1_length(x):
5514
5514
self ._run_test_case (func1_length , [_OUTPUT ], {_INPUT : x_val }, optimize = opt )
5515
5515
5516
5516
@check_tf_min_version ("1.14" )
5517
- @check_opset_min_version (10 , "Slice " )
5517
+ @check_opset_min_version (11 , "CumSum " )
5518
5518
@unittest .skipIf (True , reason = "Not fully implemented for dynamic shape." )
5519
5519
def test_fft_ops (self ):
5520
5520
x_val = make_xval ([3 , 4 ]).astype (np .float32 )
@@ -5538,7 +5538,7 @@ def func(x):
5538
5538
self ._run_test_case (func , [_OUTPUT ], {_INPUT : x_val })
5539
5539
5540
5540
@check_tf_min_version ("1.14" )
5541
- @check_opset_min_version (10 , "Slice " )
5541
+ @check_opset_min_version (11 , "CumSum " )
5542
5542
def test_rfft2d_ops_specific_dimension (self ):
5543
5543
5544
5544
x_val = make_xval ([3 , 1 , 4 ]).astype (np .float32 )
0 commit comments