Skip to content

Commit

Permalink
Update python/paddle/tensor/linalg.py
Browse files Browse the repository at this point in the history
Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
  • Loading branch information
cocoshe and sunzhongkai588 authored Dec 5, 2023
1 parent d6ad6e9 commit 11d6bce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/paddle/tensor/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3870,9 +3870,7 @@ def _householder_product(x, tau):
out = out.reshape(org_x_shape)
return out

def histogramdd(
x, bins=10, ranges=None, density=False, weights=None, name=None
):
def histogramdd(x, bins=10, ranges=None, density=False, weights=None, name=None):
r"""
Computes a multi-dimensional histogram of the values in a tensor.
Interprets the elements of an input tensor whose innermost dimension has size N as a collection of N-dimensional points. Maps each of the points into a set of N-dimensional bins and returns the number of points (or total weight) in each bin.
Expand Down

0 comments on commit 11d6bce

Please sign in to comment.