Skip to content

Commit

Permalink
move fft and signal files, move signal APIs (#36540)
Browse files Browse the repository at this point in the history
* move signal apis

* move fft.py and signal.py to paddle/, fix typos

* fix relative imports from fft.py and signal.py

* fix typos
  • Loading branch information
Feiyu Chan authored Oct 26, 2021
1 parent 21bece3 commit 81e0c1b
Show file tree
Hide file tree
Showing 6 changed files with 1,621 additions and 1,662 deletions.
1 change: 1 addition & 0 deletions python/paddle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
from . import hub # noqa: F401
from . import linalg # noqa: F401
from . import fft # noqa: F401
from . import signal # noqa: F401

import paddle.text # noqa: F401
import paddle.vision # noqa: F401
Expand Down
Loading

0 comments on commit 81e0c1b

Please sign in to comment.