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 (PaddlePaddle#48719)
lugimzzz authored Dec 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 055e038 commit 01f7717
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
@@ -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 *

@@ -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 01f7717

Please sign in to comment.