未验证 提交 4728d58d 编写于 作者: T Tian Zheng 提交者: GitHub

Fix test_lu_op (#55896)

上级 523916fa
......@@ -195,6 +195,7 @@ class TestLUAPI(unittest.TestCase):
np_dtype = np.float32
elif dtype == "float64":
np_dtype = np.float64
np.random.seed(1024)
a = np.random.rand(*shape).astype(np_dtype)
m = a.shape[-2]
n = a.shape[-1]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册