From 78fff37dd45a1cd8f1d0ab91b810b9ffd64b88bf Mon Sep 17 00:00:00 2001 From: zhangfanghe Date: Sat, 2 Apr 2022 17:38:21 +0800 Subject: [PATCH] optimizes the documentation of chinese API of Concat. --- docs/api/api_python/ops/mindspore.ops.Concat.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/api/api_python/ops/mindspore.ops.Concat.rst b/docs/api/api_python/ops/mindspore.ops.Concat.rst index 4dae522e7e2..9ebf3aa4f88 100644 --- a/docs/api/api_python/ops/mindspore.ops.Concat.rst +++ b/docs/api/api_python/ops/mindspore.ops.Concat.rst @@ -27,4 +27,8 @@ **异常:** - - **TypeError** - `axis` 不是int。 \ No newline at end of file + - **TypeError** - `axis` 不是int。 + - **TypeError** - `input_x` 是不同数据类型的Tensor。 + - **ValueError** - `input_x` 是不同维度的Tensor。 + - **ValueError** - `axis` 的维度范围不在[-dims, dims - 1]。 + - **RuntimeError** - 除了 `axis` 之外, `input_x` 的shape不相同。 \ No newline at end of file