Browse Source

!22025 Update docs of Concat for its wrong format

Merge pull request !22025 from dinglinhe/code_docs_dlh_ms_I466CG
tags/v1.5.0-rc1
i-robot Gitee 4 years ago
parent
commit
b7d23336ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ops/operations/array_ops.py

+ 1
- 1
mindspore/ops/operations/array_ops.py View File

@@ -2282,7 +2282,7 @@ class Concat(PrimitiveWithInfer):
- **input_x** (tuple, list) - A tuple or a list of input tensors.
Suppose there are two tensors in this tuple or list, namely x1 and x2.
To perform `Concat` in the axis 0 direction, except for the 0th axis, all other axes should be equal,
that is, :math:`x1.shape[1] == x2.shape[1], x1.shape[2] == x2.shape[2], ..., x1.shape[R] == x2.shape[R]',
that is, :math:`x1.shape[1] == x2.shape[1], x1.shape[2] == x2.shape[2], ..., x1.shape[R] == x2.shape[R]`,
where the :math:`R' indicates the last axis.

Outputs:


Loading…
Cancel
Save