<li>partial_sum = number of outputs, indicates all elements share the same weight.</li>
</ul>
</li>
<li><strong>channel_shared</strong> (<em>bool</em>) – whether or not the parameter are shared across channels.
- channel_shared = True, we set the partial_sum to the number of outputs.
- channel_shared = False, we set the partial_sum to the number of elements in one channel.</li>
<li><strong>num_channels</strong> (<em>int</em>) – number of input channel.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – The extra layer attribute. See paddle.v2.attr.ExtraAttribute for
<li>partial_sum = number of outputs, indicates all elements share the same weight.</li>
</ul>
</li>
<li><strong>channel_shared</strong> (<em>bool</em>) – whether or not the parameter are shared across channels.
- channel_shared = True, we set the partial_sum to the number of outputs.
- channel_shared = False, we set the partial_sum to the number of elements in one channel.</li>
<li><strong>num_channels</strong> (<em>int</em>) – number of input channel.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) – The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) – The extra layer attribute. See paddle.v2.attr.ExtraAttribute for