-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[xdoctest] reformat example code with google style in 271 #56172
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
python/paddle/utils/dlpack.py
Outdated
>>> # the address will change in every run | ||
>>> # <capsule object "dltensor" at 0x7f6103c681b0> |
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.
放在输出,the address will change in every run
作为 SKIP 的理由
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.
done
python/paddle/utils/dlpack.py
Outdated
dlpack = paddle.utils.dlpack.to_dlpack(x) | ||
print(dlpack) | ||
# <capsule object "dltensor" at 0x7f6103c681b0> | ||
>>> # doctest: +SKIP('the address will change in every run') |
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.
只跳过输出对比,而不是整段跳过
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.
LGTMeow 🐾
PR types
Others
PR changes
Others
Description
#55629