-
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
Python help outputs operator documents #5289
Comments
@wangkuiyi @emailweixu Paddle/python/paddle/v2/framework/operator.py Lines 149 to 208 in 53f85df
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code snippet automatically exports operators into Python layer functions:
Paddle/python/paddle/v2/framework/layers.py
Lines 111 to 179 in 6d649d9
We need to improve it so that users can use Python's
help
function to retrieve the document of the layer/operator.The text was updated successfully, but these errors were encountered: