optimizes the documentation of chinese API of Concat.

This commit is contained in:
zhangfanghe 2022-04-02 17:38:21 +08:00
parent f07a608ffa
commit 78fff37dd4
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不相同。