forked from huawei/mindspore2022
optimizes the documentation of chinese API of Concat.
This commit is contained in:
parent
f07a608ffa
commit
78fff37dd4
|
|
@ -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…
Reference in New Issue