!32511 optimizes the documentation of chinese API of Concat

Merge pull request !32511 from zhangfanghe/code_docs_Concat_master_402
This commit is contained in:
i-robot 2022-04-02 10:12:57 +00:00 committed by Gitee
commit a3374e50f0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 5 additions and 1 deletions

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不相同。