<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer, which should be sequence.</li>
<li><strong>offsets</strong> (<em>paddle.v2.config_base.Layer</em>) – The offset indices to slice the input sequence, which should
be sequence type.</li>
<li><strong>sizes</strong> (<em>paddle.v2.config_base.Layer</em>) – The sizes of the sub-sequences, which should be sequence type.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base.</em>) – Activation type, paddle.v2.activation.Linear is the default activation.</li>
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The bias attribute. If the parameter is set to False or an object
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
parameter is set to True, the bias is initialized to zero.</li>
<li><strong>name</strong> (<em>basestring</em>) – The name of this layer. It is optional.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer, which should be sequence.</li>
<li><strong>offsets</strong> (<em>paddle.v2.config_base.Layer</em>) – The offset indices to slice the input sequence, which should
be sequence type.</li>
<li><strong>sizes</strong> (<em>paddle.v2.config_base.Layer</em>) – The sizes of the sub-sequences, which should be sequence type.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base.</em>) – Activation type, paddle.v2.activation.Linear is the default activation.</li>
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The bias attribute. If the parameter is set to False or an object
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
parameter is set to True, the bias is initialized to zero.</li>