提交 28b5f2e3 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!3226 Fix Concatenate docstring problem

Merge pull request !3226 from xiefangqi/md_fix_docstring_numpy
......@@ -201,8 +201,8 @@ class Concatenate(cde.ConcatenateOp):
Args:
axis (int, optional): axis to concatenate the tensors along (Default=0).
prepend (np.array, optional): numpy array to be prepended to the already concatenated tensors (Default=None).
append (np.array, optional): numpy array to be appended to the already concatenated tensors (Default=None).
prepend (numpy.array, optional): numpy array to be prepended to the already concatenated tensors (Default=None).
append (numpy.array, optional): numpy array to be appended to the already concatenated tensors (Default=None).
"""
@check_concat_type
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册