You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- :math:`x`: the vector representation of the summed inputs to the neurons in that layer.
3272
3271
- :math:`H`: the number of hidden units in a layers
@@ -3297,7 +3296,7 @@ def layer_norm(
3297
3296
:attr:`bias_attr` is initialized as 0 if it is added. Default: None.
3298
3297
act(str, optional): Activation to be applied to the output of layer normalization.
3299
3298
Default: None.
3300
-
name(str): The default value is None. Normally there is no need for user to set this property. For more information, please refer to :ref:`api_guide_Name` .
3299
+
name(str, optional): The default value is None. Normally there is no need for user to set this property. For more information, please refer to :ref:`api_guide_Name` .
3301
3300
3302
3301
Returns:
3303
3302
Tensor: ``Tensor`` indicating the normalized result, the data type is the same as ``input`` , and the return dimension is the same as ``input`` .
0 commit comments