Skip to content

Commit 2b17515

Browse files
committed
Fix
1 parent 9efe296 commit 2b17515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/legacy_test/test_multi_dot_op.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def setUp(self):
3131
self.op_type = "multi_dot"
3232
self.python_api = paddle.linalg.multi_dot
3333
self.dtype = self.get_dtype()
34+
self.init_shape()
3435
self.get_inputs_and_outputs()
3536

3637
def init_shape(self):

0 commit comments

Comments
 (0)