Skip to content

Commit 647aa0d

Browse files
committed
fix en doc
1 parent 401062e commit 647aa0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/paddle/tensor/linalg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,8 @@ def bincount(x, weights=None, minlength=0, name=None):
13011301
x (Tensor): A Tensor with non-negative integer. Should be 1-D tensor.
13021302
weights (Tensor, optional): Weight for each value in the input tensor. Should have the same shape as input. Default is None.
13031303
minlength (int, optional): Minimum number of bins. Should be non-negative integer. Default is 0.
1304+
name(str, optional): The default value is None. Normally there is no need for user to set this
1305+
property. For more information, please refer to :ref:`api_guide_Name`.
13041306
13051307
Returns:
13061308
Tensor: The tensor of frequency.

0 commit comments

Comments
 (0)