This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
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
f5ecb88d84
6dd5ab1a7b
commit
5e43b92dc5
No known key found for this signature in database
GPG Key ID:
173E9B9CA92EEF8F
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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不相同。
Write
Preview
Loading…
Cancel
Save