@@ -5653,6 +5653,7 @@ def func(input_val):
56535653 self .config .opset = current_opset
56545654
56555655 @check_tf_min_version ("1.14" )
5656+ @skip_tf_versions ("2.4" , "Fails to run on TF 2.4.x" )
56565657 @skip_tfjs ("Fails to run tfjs model" )
56575658 def test_rfft_ops (self ):
56585659
@@ -5695,6 +5696,7 @@ def func3(x):
56955696 self ._run_test_case (func3 , [_OUTPUT ], {_INPUT : x_val })
56965697
56975698 @check_tf_min_version ("1.14" )
5699+ @skip_tf_versions ("2.4" , "Fails to run on TF 2.4.x" )
56985700 @skip_tfjs ("TFJS executes rfft with poor accuracy" )
56995701 @check_opset_min_version (10 , "Slice" )
57005702 def test_rfft_ops_fft_length (self ):
@@ -5706,6 +5708,7 @@ def func1_length(x):
57065708 self ._run_test_case (func1_length , [_OUTPUT ], {_INPUT : x_val })
57075709
57085710 @check_tf_min_version ("1.14" )
5711+ @skip_tf_versions ("2.4" , "Fails to run on TF 2.4.x" )
57095712 @skip_tfjs ("TFJS executes rfft with poor accuracy" )
57105713 @check_opset_min_version (10 , "Slice" )
57115714 def test_rfft_ops_fft_length_many (self ):
@@ -5720,6 +5723,7 @@ def func1_length(x):
57205723 self ._run_test_case (func1_length , [_OUTPUT ], {_INPUT : x_val })
57215724
57225725 @check_tf_min_version ("1.14" )
5726+ @skip_tf_versions ("2.4" , "Fails to run on TF 2.4.x" )
57235727 @check_opset_min_version (10 , "Slice" )
57245728 def test_rfft_ops_fft_length_many_bigger (self ):
57255729 for i in range (4 , 7 ):
0 commit comments