提交 2b93934d 编写于 作者: P peterzhang2029

refine doc

上级 1b6a54e2
...@@ -3592,8 +3592,8 @@ def lstm_step_layer(input, ...@@ -3592,8 +3592,8 @@ def lstm_step_layer(input,
:type gate_act: BaseActivation :type gate_act: BaseActivation
:param state_act: State Activation Type. TanhActivation is the default. :param state_act: State Activation Type. TanhActivation is the default.
:type state_act: BaseActivation :type state_act: BaseActivation
:param bias_attr: The bias attribute. If the parameter is set to :param bias_attr: The parameter attribute for bias. If this parameter is
True or None, the bias is initialized to zero. set to True or None, the bias is initialized to zero.
:type bias_attr: ParameterAttribute | None | True :type bias_attr: ParameterAttribute | None | True
:param layer_attr: layer's extra attribute. :param layer_attr: layer's extra attribute.
:type layer_attr: ExtraLayerAttribute :type layer_attr: ExtraLayerAttribute
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册