File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ class AddTest(BaseOperatorTest):
7878 """Add test with simplified test case parsing"""
7979
8080 def __init__ (self ):
81- super ().__init__ ("add " )
81+ super ().__init__ ("Add " )
8282
8383 def get_test_cases (self ):
8484 return _TEST_CASES
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ class AttentionTest(BaseOperatorTest):
233233 """Attention test with simplified test case parsing"""
234234
235235 def __init__ (self ):
236- super ().__init__ ("attention " )
236+ super ().__init__ ("Attention " )
237237
238238 def get_test_cases (self ):
239239 return _TEST_CASES
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class MatmulTest(BaseOperatorTest):
9494 """Matmul test with simplified test case parsing"""
9595
9696 def __init__ (self ):
97- super ().__init__ ("matmul " )
97+ super ().__init__ ("Matmul " )
9898
9999 def get_test_cases (self ):
100100 return _TEST_CASES
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class RMSNormTest(BaseOperatorTest):
9292 """RMSNorm test with simplified test case parsing"""
9393
9494 def __init__ (self ):
95- super ().__init__ ("rms_norm " )
95+ super ().__init__ ("RMS_Norm " )
9696
9797 def get_test_cases (self ):
9898 return _TEST_CASES
You can’t perform that action at this time.
0 commit comments