File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
backends/sdaa/tests/unittests Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ def test_cpu_copy_sdaa(self):
118
118
np .testing .assert_allclose (sdaa_ , np .zeros ((10 , 10 )))
119
119
120
120
121
- class TestMemcpyLoDTensorArray_FillRandom (unittest .TestCase ):
121
+ class TestMemcpyDenseTensorArray_FillRandom (unittest .TestCase ):
122
122
def setUp (self ):
123
123
self .input_shape = [50 , 60 ]
124
124
self .x = np .random .random (self .input_shape ).astype ("float32" )
Original file line number Diff line number Diff line change @@ -249,9 +249,9 @@ def init_dtype(self):
249
249
create_test_fp16 (TestStackOp6 )
250
250
251
251
252
- class TestStackAPIWithLoDTensorArray (unittest .TestCase ):
252
+ class TestStackAPIWithDenseTensorArray (unittest .TestCase ):
253
253
"""
254
- Test stack api when the input(x) is a LoDTensorArray .
254
+ Test stack api when the input(x) is a DenseTensorArray .
255
255
"""
256
256
257
257
def setUp (self ):
@@ -283,9 +283,9 @@ def test_case(self):
283
283
)
284
284
285
285
286
- class TestTensorStackAPIWithLoDTensorArray (unittest .TestCase ):
286
+ class TestTensorStackAPIWithDenseTensorArray (unittest .TestCase ):
287
287
"""
288
- Test stack api when the input(x) is a LoDTensorArray .
288
+ Test stack api when the input(x) is a DenseTensorArray .
289
289
"""
290
290
291
291
def setUp (self ):
You can’t perform that action at this time.
0 commit comments