Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yangguohao committed Dec 12, 2023
1 parent 53a5b32 commit a47cc43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/paddle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
masked_fill,
masked_fill_,
asked_scatter_,
masked_scatte
masked_scatter,
moveaxis,
put_along_axis,
select_scatter,
Expand Down Expand Up @@ -319,7 +319,7 @@
unstack,
view,
view_as,
vsplit
vsplit,
)
from .tensor.math import ( # noqa: F401
abs,
Expand Down

0 comments on commit a47cc43

Please sign in to comment.