提交 88ab1ea1 编写于 作者: X Xin Pan

fix

test=develop
上级 3d339797
......@@ -7019,7 +7019,8 @@ def mul(x, y, x_num_col_dims=1, y_num_col_dims=1, name=None):
inputs={"X": x,
"Y": y},
attrs={
"x_num_col_dims", x_num_col_dims, "y_num_col_dims", y_num_col_dims
"x_num_col_dims": x_num_col_dims,
"y_num_col_dims": y_num_col_dims
},
outputs={"Out": out})
return out
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册