<li><strong>input</strong> (<em>Variable</em>) – The fc transformed input value of current step.</li>
<li><strong>hidden</strong> (<em>Variable</em>) – The hidden value of lstm unit from previous step.</li>
<li><strong>size</strong> (<em>integer</em>) – The input dimension value.</li>
<li><strong>weight</strong> (<em>ParamAttr</em>) – The weight parameters for gru unit. Default: None</li>
<li><strong>bias</strong> (<em>ParamAttr</em>) – The bias parameters for gru unit. Default: None</li>
<li><strong>activation</strong> (<em>string</em>) – The activation type for cell (actNode). Default: ‘tanh’</li>
<li><strong>gate_activation</strong> (<em>string</em>) – The activation type for gates (actGate). Default: ‘sigmoid’</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body"><pclass="first">The hidden value, reset-hidden value and gate values.</p>
<li><strong>input</strong> (<em>Variable</em>) – The fc transformed input value of current step.</li>
<li><strong>hidden</strong> (<em>Variable</em>) – The hidden value of lstm unit from previous step.</li>
<li><strong>size</strong> (<em>integer</em>) – The input dimension value.</li>
<li><strong>weight</strong> (<em>ParamAttr</em>) – The weight parameters for gru unit. Default: None</li>
<li><strong>bias</strong> (<em>ParamAttr</em>) – The bias parameters for gru unit. Default: None</li>
<li><strong>activation</strong> (<em>string</em>) – The activation type for cell (actNode). Default: ‘tanh’</li>
<li><strong>gate_activation</strong> (<em>string</em>) – The activation type for gates (actGate). Default: ‘sigmoid’</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">返回:</th><tdclass="field-body"><pclass="first">The hidden value, reset-hidden value and gate values.</p>