We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efe296 commit 2b17515Copy full SHA for 2b17515
test/legacy_test/test_multi_dot_op.py
@@ -31,6 +31,7 @@ def setUp(self):
31
self.op_type = "multi_dot"
32
self.python_api = paddle.linalg.multi_dot
33
self.dtype = self.get_dtype()
34
+ self.init_shape()
35
self.get_inputs_and_outputs()
36
37
def init_shape(self):
0 commit comments