Browse Source

!32513 optimizes the documentation of chinese API of Concat

Merge pull request !32513 from zhangfanghe/code_docs_Concat_r17_402
r1.7
i-robot Gitee 4 years ago
parent
commit
5e43b92dc5
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      docs/api/api_python/ops/mindspore.ops.Concat.rst

+ 5
- 1
docs/api/api_python/ops/mindspore.ops.Concat.rst View File

@@ -27,4 +27,8 @@

**异常:**

- **TypeError** - `axis` 不是int。
- **TypeError** - `axis` 不是int。
- **TypeError** - `input_x` 是不同数据类型的Tensor。
- **ValueError** - `input_x` 是不同维度的Tensor。
- **ValueError** - `axis` 的维度范围不在[-dims, dims - 1]。
- **RuntimeError** - 除了 `axis` 之外, `input_x` 的shape不相同。

Loading…
Cancel
Save