@@ -45,7 +45,7 @@ def test_check_output(self):
4545 if hasattr (self , 'attrs' ):
4646 self .check_output (check_dygraph = False )
4747 else :
48- self .check_output (check_pir = True )
48+ self .check_output (check_pir = True , check_symbol_infer = False )
4949
5050 def test_check_grad_normal (self ):
5151 if hasattr (self , 'attrs' ):
@@ -205,7 +205,7 @@ def test_check_output(self):
205205 if hasattr (self , 'attrs' ):
206206 self .check_output (check_dygraph = False )
207207 else :
208- self .check_output (check_pir = True )
208+ self .check_output (check_pir = True , check_symbol_infer = False )
209209
210210
211211class TestElementwisePowGradOpInt (unittest .TestCase ):
@@ -267,7 +267,7 @@ def test_check_output(self):
267267 if hasattr (self , 'attrs' ):
268268 self .check_output (check_dygraph = False )
269269 else :
270- self .check_output (check_pir = True )
270+ self .check_output (check_pir = True , check_symbol_infer = False )
271271
272272 def test_check_grad (self ):
273273 self .check_grad (
@@ -304,7 +304,7 @@ def setUp(self):
304304 self .outputs = {'Out' : convert_float_to_uint16 (out )}
305305
306306 def test_check_output (self ):
307- self .check_output (check_pir = True )
307+ self .check_output (check_pir = True , check_symbol_infer = False )
308308
309309 def test_check_grad (self ):
310310 self .check_grad (['X' , 'Y' ], 'Out' )
0 commit comments