!33727 optimizes the documentation of Chinese API of ReverseSequence

Merge pull request !33727 from zhangfanghe/code_docs_reverseSequence_master_428
This commit is contained in:
i-robot 2022-04-29 02:17:42 +00:00 committed by Gitee
commit 933dd36a00
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 1 deletions

View File

@ -21,4 +21,5 @@ mindspore.ops.ReverseSequence
**异常:**
- **TypeError** - `seq_dim``batch_dim` 不是int。
- **TypeError** - `seq_dim``batch_dim` 不是int。
- **ValueError** - `batch_dim` 大于或等于 `x` 的shape长度。