@@ -283,9 +283,10 @@ If is None, acts exactly like fc.</li>
...
@@ -283,9 +283,10 @@ If is None, acts exactly like fc.</li>
<li><strong>size</strong> (<em>int</em>) – The layer dimension.</li>
<li><strong>size</strong> (<em>int</em>) – The layer dimension.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute.</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
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The parameter attribute for bias. If this parameter is set to
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
False or an object whose type is not paddle.v2.attr.ParameterAttribute,
parameter is set to True, the bias is initialized to zero.</li>
no bias is defined. If this parameter is set to True,
the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra Layer config.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra Layer config.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</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
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The parameter attribute for bias. If this parameter is set to
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
False or an object whose type is not paddle.v2.attr.ParameterAttribute,
parameter is set to True, the bias is initialized to zero.</li>
no bias is defined. If the parameter is set to True,
@@ -1388,9 +1390,8 @@ output is <span class="math">\(o_t\)</span>, whose name is ‘state’ a
...
@@ -1388,9 +1390,8 @@ output is <span class="math">\(o_t\)</span>, whose name is ‘state’ a
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>gate_act</strong> (<em>paddle.v2.activation.Base</em>) – Gate Activation Type. paddle.v2.activation.Sigmoid is the default.</li>
<li><strong>gate_act</strong> (<em>paddle.v2.activation.Base</em>) – Gate Activation Type. paddle.v2.activation.Sigmoid is the default.</li>
<li><strong>state_act</strong> (<em>paddle.v2.activation.Base</em>) – State Activation Type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>state_act</strong> (<em>paddle.v2.activation.Base</em>) – State Activation Type. paddle.v2.activation.Tanh is the default.</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
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | True</em>) – The parameter attribute for bias. If this parameter is
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
set to True or None, the bias is initialized to zero.</li>
parameter is set to True, the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – layer’s extra attribute.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – layer’s extra attribute.</li>
</ul>
</ul>
</td>
</td>
...
@@ -1422,9 +1423,10 @@ parameter is set to True, the bias is initialized to zero.</li>
...
@@ -1422,9 +1423,10 @@ parameter is set to True, the bias is initialized to zero.</li>
<li><strong>name</strong>– The name of this layer. It is optional.</li>
<li><strong>name</strong>– The name of this layer. It is optional.</li>
<li><strong>gate_act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type of this layer’s two gates. Default is Sigmoid.</li>
<li><strong>gate_act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type of this layer’s two gates. Default is Sigmoid.</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
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The parameter attribute for bias. If this parameter is set to
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
False or an object whose type is not paddle.v2.attr.ParameterAttribute, no bias
parameter is set to True, the bias is initialized to zero.</li>
is defined. If this parameter is set to True,
the bias is initialized to zero.</li>
<li><strong>param_attr</strong>– the parameter_attribute for transforming the output_mem
<li><strong>param_attr</strong>– the parameter_attribute for transforming the output_mem
from previous step.</li>
from previous step.</li>
<li><strong>layer_attr</strong>–</li>
<li><strong>layer_attr</strong>–</li>
...
@@ -2952,9 +2954,10 @@ For example, each sample:</p>
...
@@ -2952,9 +2954,10 @@ For example, each sample:</p>
<li><strong>size</strong> (<em>int.</em>) – the layer dimension.</li>
<li><strong>size</strong> (<em>int.</em>) – the layer dimension.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Linear is the default.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Linear is the default.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute.</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
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The parameter attribute for bias. If this parameter is set to
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
False or an object whose type is not paddle.v2.attr.ParameterAttribute,
parameter is set to True, the bias is initialized to zero.</li>
no bias is defined. If this parameter is set to True,
the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra Layer config.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra Layer config.</li>
</ul>
</ul>
</td>
</td>
...
@@ -3912,10 +3915,10 @@ uniform distribution will be used. A user defined
...
@@ -3912,10 +3915,10 @@ uniform distribution will be used. A user defined
distribution is a list whose length must be equal
distribution is a list whose length must be equal
to the num_classes. Each member of the list defines
to the num_classes. Each member of the list defines
the probability of a class given input x.</li>
the probability of a class given input x.</li>
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The attribute for bias. If this parameter is set False or
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The parameter attribute for bias. If this parameter is set to
any object whose type is not paddle.v2.attr.ParameterAttribute, no bias
False or an object whose type is not paddle.v2.attr.ParameterAttribute,
is added. If this parameter is set True, the bias is
no bias is defined. If this parameter is set to True,
initialized to zero.</li>
the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – Extra Layer Attribute.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – Extra Layer Attribute.</li>
</ul>
</ul>
</td>
</td>
...
@@ -4208,16 +4211,16 @@ product between <a href="#id11"><span class="problematic" id="id12">:match:`X
...
@@ -4208,16 +4211,16 @@ product between <a href="#id11"><span class="problematic" id="id12">:match:`X
details.</li>
details.</li>
<li><strong>gate_param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute of the gate. See paddle.v2.attr.ParameterAttribute
<li><strong>gate_param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute of the gate. See paddle.v2.attr.ParameterAttribute
for details.</li>
for details.</li>
<li><strong>gate_bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | bool | None | Any</em>) – The bias attribute of the gate. If the parameter is set to False or
<li><strong>gate_bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | bool | None | Any</em>) – The bias attribute of the gate. If this parameter is set to False or
an object whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined.
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>
If this parameter is set to True, the bias is initialized to zero.</li>
<li><strong>inproj_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra layer attributes of the projection. See paddle.v2.attr.ExtraAttribute for
<li><strong>inproj_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra layer attributes of the projection. See paddle.v2.attr.ExtraAttribute for
details.</li>
details.</li>
<li><strong>inproj_param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute of the projection. See paddle.v2.attr.ParameterAttribute
<li><strong>inproj_param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute of the projection. See paddle.v2.attr.ParameterAttribute
for details.</li>
for details.</li>
<li><strong>inproj_bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | bool | None | Any</em>) – The bias attribute of the projection. If the parameter is set to False
<li><strong>inproj_bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | bool | None | Any</em>) – The bias attribute of the projection. If this parameter is set to False
or an object whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined.
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>
If this parameter is set to True, the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra layer attribute of the product. See paddle.v2.attr.ExtraAttribute for
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra layer attribute of the product. See paddle.v2.attr.ExtraAttribute for
@@ -297,9 +297,10 @@ If is None, acts exactly like fc.</li>
...
@@ -297,9 +297,10 @@ If is None, acts exactly like fc.</li>
<li><strong>size</strong> (<em>int</em>) – The layer dimension.</li>
<li><strong>size</strong> (<em>int</em>) – The layer dimension.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute.</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
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The parameter attribute for bias. If this parameter is set to
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
False or an object whose type is not paddle.v2.attr.ParameterAttribute,
parameter is set to True, the bias is initialized to zero.</li>
no bias is defined. If this parameter is set to True,
the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra Layer config.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra Layer config.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>input</strong> (<em>paddle.v2.config_base.Layer</em>) – The input of this layer.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</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
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The parameter attribute for bias. If this parameter is set to
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
False or an object whose type is not paddle.v2.attr.ParameterAttribute,
parameter is set to True, the bias is initialized to zero.</li>
no bias is defined. If the parameter is set to True,
@@ -1402,9 +1404,8 @@ output is <span class="math">\(o_t\)</span>, whose name is ‘state’ a
...
@@ -1402,9 +1404,8 @@ output is <span class="math">\(o_t\)</span>, whose name is ‘state’ a
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>gate_act</strong> (<em>paddle.v2.activation.Base</em>) – Gate Activation Type. paddle.v2.activation.Sigmoid is the default.</li>
<li><strong>gate_act</strong> (<em>paddle.v2.activation.Base</em>) – Gate Activation Type. paddle.v2.activation.Sigmoid is the default.</li>
<li><strong>state_act</strong> (<em>paddle.v2.activation.Base</em>) – State Activation Type. paddle.v2.activation.Tanh is the default.</li>
<li><strong>state_act</strong> (<em>paddle.v2.activation.Base</em>) – State Activation Type. paddle.v2.activation.Tanh is the default.</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
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | True</em>) – The parameter attribute for bias. If this parameter is
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
set to True or None, the bias is initialized to zero.</li>
parameter is set to True, the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – layer’s extra attribute.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – layer’s extra attribute.</li>
</ul>
</ul>
</td>
</td>
...
@@ -1436,9 +1437,10 @@ parameter is set to True, the bias is initialized to zero.</li>
...
@@ -1436,9 +1437,10 @@ parameter is set to True, the bias is initialized to zero.</li>
<li><strong>name</strong>– The name of this layer. It is optional.</li>
<li><strong>name</strong>– The name of this layer. It is optional.</li>
<li><strong>gate_act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type of this layer’s two gates. Default is Sigmoid.</li>
<li><strong>gate_act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type of this layer’s two gates. Default is Sigmoid.</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
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The parameter attribute for bias. If this parameter is set to
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
False or an object whose type is not paddle.v2.attr.ParameterAttribute, no bias
parameter is set to True, the bias is initialized to zero.</li>
is defined. If this parameter is set to True,
the bias is initialized to zero.</li>
<li><strong>param_attr</strong>– the parameter_attribute for transforming the output_mem
<li><strong>param_attr</strong>– the parameter_attribute for transforming the output_mem
from previous step.</li>
from previous step.</li>
<li><strong>layer_attr</strong>–</li>
<li><strong>layer_attr</strong>–</li>
...
@@ -2966,9 +2968,10 @@ For example, each sample:</p>
...
@@ -2966,9 +2968,10 @@ For example, each sample:</p>
<li><strong>size</strong> (<em>int.</em>) – the layer dimension.</li>
<li><strong>size</strong> (<em>int.</em>) – the layer dimension.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Linear is the default.</li>
<li><strong>act</strong> (<em>paddle.v2.activation.Base</em>) – Activation type. paddle.v2.activation.Linear is the default.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The Parameter Attribute.</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
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The parameter attribute for bias. If this parameter is set to
whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined. If the
False or an object whose type is not paddle.v2.attr.ParameterAttribute,
parameter is set to True, the bias is initialized to zero.</li>
no bias is defined. If this parameter is set to True,
the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra Layer config.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra Layer config.</li>
</ul>
</ul>
</td>
</td>
...
@@ -3926,10 +3929,10 @@ uniform distribution will be used. A user defined
...
@@ -3926,10 +3929,10 @@ uniform distribution will be used. A user defined
distribution is a list whose length must be equal
distribution is a list whose length must be equal
to the num_classes. Each member of the list defines
to the num_classes. Each member of the list defines
the probability of a class given input x.</li>
the probability of a class given input x.</li>
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The attribute for bias. If this parameter is set False or
<li><strong>bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | None | bool | Any</em>) – The parameter attribute for bias. If this parameter is set to
any object whose type is not paddle.v2.attr.ParameterAttribute, no bias
False or an object whose type is not paddle.v2.attr.ParameterAttribute,
is added. If this parameter is set True, the bias is
no bias is defined. If this parameter is set to True,
initialized to zero.</li>
the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – Extra Layer Attribute.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute</em>) – Extra Layer Attribute.</li>
</ul>
</ul>
</td>
</td>
...
@@ -4222,16 +4225,16 @@ product between <a href="#id11"><span class="problematic" id="id12">:match:`X
...
@@ -4222,16 +4225,16 @@ product between <a href="#id11"><span class="problematic" id="id12">:match:`X
details.</li>
details.</li>
<li><strong>gate_param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute of the gate. See paddle.v2.attr.ParameterAttribute
<li><strong>gate_param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute of the gate. See paddle.v2.attr.ParameterAttribute
for details.</li>
for details.</li>
<li><strong>gate_bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | bool | None | Any</em>) – The bias attribute of the gate. If the parameter is set to False or
<li><strong>gate_bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | bool | None | Any</em>) – The bias attribute of the gate. If this parameter is set to False or
an object whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined.
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>
If this parameter is set to True, the bias is initialized to zero.</li>
<li><strong>inproj_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra layer attributes of the projection. See paddle.v2.attr.ExtraAttribute for
<li><strong>inproj_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra layer attributes of the projection. See paddle.v2.attr.ExtraAttribute for
details.</li>
details.</li>
<li><strong>inproj_param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute of the projection. See paddle.v2.attr.ParameterAttribute
<li><strong>inproj_param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute of the projection. See paddle.v2.attr.ParameterAttribute
for details.</li>
for details.</li>
<li><strong>inproj_bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | bool | None | Any</em>) – The bias attribute of the projection. If the parameter is set to False
<li><strong>inproj_bias_attr</strong> (<em>paddle.v2.attr.ParameterAttribute | bool | None | Any</em>) – The bias attribute of the projection. If this parameter is set to False
or an object whose type is not paddle.v2.attr.ParameterAttribute, no bias is defined.
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>
If this parameter is set to True, the bias is initialized to zero.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra layer attribute of the product. See paddle.v2.attr.ExtraAttribute for
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – Extra layer attribute of the product. See paddle.v2.attr.ExtraAttribute for