Skip to content

Commit 93acef3

Browse files
authored
【fluid clean】remove fluid.dygraph.rnn.lstmcell and fluid.dygraph.rnn.grucell (#48719)
1 parent 2bba3e1 commit 93acef3

File tree

5 files changed

+0
-1051
lines changed

5 files changed

+0
-1051
lines changed

python/paddle/fluid/dygraph/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
from . import static_runner
4444
from .static_runner import StaticModelRunner
4545

46-
from . import rnn
47-
from .rnn import *
48-
4946
from . import amp
5047
from .amp import *
5148

@@ -60,5 +57,4 @@
6057
__all__ += checkpoint.__all__
6158
__all__ += learning_rate_scheduler.__all__
6259
__all__ += io.__all__
63-
__all__ += rnn.__all__
6460
__all__ += amp.__all__

0 commit comments

Comments
 (0)