From b865c85e2ad84f79b6453f23b195f8410162d046 Mon Sep 17 00:00:00 2001 From: zhangfanghe Date: Thu, 10 Mar 2022 14:55:19 +0800 Subject: [PATCH] optimizes the documentation of chinese API of GRUCell. --- docs/api/api_python/nn/mindspore.nn.GRUCell.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/api_python/nn/mindspore.nn.GRUCell.rst b/docs/api/api_python/nn/mindspore.nn.GRUCell.rst index 62aa6f46ee2..84584687078 100644 --- a/docs/api/api_python/nn/mindspore.nn.GRUCell.rst +++ b/docs/api/api_python/nn/mindspore.nn.GRUCell.rst @@ -29,7 +29,7 @@ mindspore.nn.GRUCell **输出:** - - **hx** (Tensor) - shape为(batch_size, `hidden_size`)的Tensor。 + - **hx'** (Tensor) - shape为(batch_size, `hidden_size`)的Tensor。 **异常:**