Skip to content

Commit

Permalink
【fluid clean】remove fluid.dygraph.rnn.lstmcell and fluid.dygraph.rnn.…
Browse files Browse the repository at this point in the history
…grucell (#48719)
  • Loading branch information
lugimzzz committed Dec 8, 2022
1 parent 2bba3e1 commit 93acef3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,051 deletions.
4 changes: 0 additions & 4 deletions python/paddle/fluid/dygraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
from . import static_runner
from .static_runner import StaticModelRunner

from . import rnn
from .rnn import *

from . import amp
from .amp import *

Expand All @@ -60,5 +57,4 @@
__all__ += checkpoint.__all__
__all__ += learning_rate_scheduler.__all__
__all__ += io.__all__
__all__ += rnn.__all__
__all__ += amp.__all__
Loading

0 comments on commit 93acef3

Please sign in to comment.