@@ -5653,6 +5653,7 @@ def func(input_val):
5653
5653
self .config .opset = current_opset
5654
5654
5655
5655
@check_tf_min_version ("1.14" )
5656
+ @skip_tf_versions ("2.4" , "Fails to run on TF 2.4.x" )
5656
5657
@skip_tfjs ("Fails to run tfjs model" )
5657
5658
def test_rfft_ops (self ):
5658
5659
@@ -5695,6 +5696,7 @@ def func3(x):
5695
5696
self ._run_test_case (func3 , [_OUTPUT ], {_INPUT : x_val })
5696
5697
5697
5698
@check_tf_min_version ("1.14" )
5699
+ @skip_tf_versions ("2.4" , "Fails to run on TF 2.4.x" )
5698
5700
@skip_tfjs ("TFJS executes rfft with poor accuracy" )
5699
5701
@check_opset_min_version (10 , "Slice" )
5700
5702
def test_rfft_ops_fft_length (self ):
@@ -5706,6 +5708,7 @@ def func1_length(x):
5706
5708
self ._run_test_case (func1_length , [_OUTPUT ], {_INPUT : x_val })
5707
5709
5708
5710
@check_tf_min_version ("1.14" )
5711
+ @skip_tf_versions ("2.4" , "Fails to run on TF 2.4.x" )
5709
5712
@skip_tfjs ("TFJS executes rfft with poor accuracy" )
5710
5713
@check_opset_min_version (10 , "Slice" )
5711
5714
def test_rfft_ops_fft_length_many (self ):
@@ -5720,6 +5723,7 @@ def func1_length(x):
5720
5723
self ._run_test_case (func1_length , [_OUTPUT ], {_INPUT : x_val })
5721
5724
5722
5725
@check_tf_min_version ("1.14" )
5726
+ @skip_tf_versions ("2.4" , "Fails to run on TF 2.4.x" )
5723
5727
@check_opset_min_version (10 , "Slice" )
5724
5728
def test_rfft_ops_fft_length_many_bigger (self ):
5725
5729
for i in range (4 , 7 ):
0 commit comments