未验证 提交 d6753e1e 编写于 作者: S ShenLiang 提交者: GitHub

fix matmulv2 for windows (#29327)

上级 96de8b00
......@@ -232,8 +232,8 @@ class TestMatMuklOp13(TestMatMulV2Op):
"""
def config(self):
self.x_shape = (2, 2, 2, 50)
self.y_shape = (2, 2, 2, 50)
self.x_shape = (2, 2, 10, 10)
self.y_shape = (2, 2, 10, 10)
self.trans_x = True
self.trans_y = False
......@@ -256,8 +256,8 @@ class TestMatMuklOp15(TestMatMulV2Op):
"""
def config(self):
self.x_shape = (3, 1, 1, 2, 100)
self.y_shape = (1, 2, 2, 100, 1)
self.x_shape = (3, 1, 1, 10, 10)
self.y_shape = (1, 2, 2, 10, 10)
self.trans_x = False
self.trans_y = False
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册