Skip to content

Commit

Permalink
remove alias from doc, test=document_fix (#26487)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangting2020 committed Aug 20, 2020
1 parent 256dc6e commit cefbb35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/paddle/tensor/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ def equal_all(x, y, name=None):
@templatedoc()
def allclose(x, y, rtol=1e-05, atol=1e-08, equal_nan=False, name=None):
"""
:alias_main: paddle.allclose
:alias: paddle.allclose,paddle.tensor.allclose,paddle.tensor.logic.allclose
${comment}
Args:
Expand Down

0 comments on commit cefbb35

Please sign in to comment.