!31086 optimizes the documentation of chinese API of GRUCell

Merge pull request !31086 from zhangfanghe/code_docs_nn_GRUCell_zfh_20223010
This commit is contained in:
i-robot 2022-03-10 10:11:47 +00:00 committed by Gitee
commit d3fb806a31
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ mindspore.nn.GRUCell
**输出:** **输出:**
- **hx** (Tensor) - shape为(batch_size, `hidden_size`)的Tensor。 - **hx'** (Tensor) - shape为(batch_size, `hidden_size`)的Tensor。
**异常:** **异常:**