-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cherry-pick] remove functions not belong to public-api from __all__ #47577
[Cherry-pick] remove functions not belong to public-api from __all__ #47577
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
355744a
to
599f8b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for distributed api
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR types
Bug fixes
PR changes
APIs
Describe
Cherry-pick #47502 to version 2.4
For apis of
paddle.distributed
, there are some additional changes since code in 2.4 is kind of different with branch develop:paddle.distributed.stream
(a module, not callable)from xxx import *
, this may cause some potential problem. For example, the functionall_reduce
(which is expected) is covered by the moduleall_reduce
(fileall_reduce.py
incommunication
).