-
Notifications
You must be signed in to change notification settings - Fork 760
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
修改COPY-FROM No. 2 jit #5983
修改COPY-FROM No. 2 jit #5983
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5983.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
prog_trans = paddle.jit.ProgramTranslator() | ||
static_func = prog_trans.get_func(func) | ||
print(callable(static_func)) # True | ||
COPY-FROM: paddle.jit.dy2static.program_translator.ProgramTranslator.get_func |
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.
Done
ProgramTranslator 这个 API 已经删了,我说怎么会找不到…… API 文档可以直接删 其余看起来已经成功 COPY 过来了,LGTM |
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.
在这个pr一起修了 |
修改COPY-FROM No. 2 jit
PADDLEPADDLE_PR=54920