-
Notifications
You must be signed in to change notification settings - Fork 5.9k
【Fix PIR JIT SaveLoad Unittest No.1,14】modify while to support dynamic shape #64548
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
【Fix PIR JIT SaveLoad Unittest No.1,14】modify while to support dynamic shape #64548
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
| @test_ast_only | ||
| @test_legacy_and_pir | ||
| def test_save_inference_model(self): | ||
| def _test_save_inference_model(self): |
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.
下个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.
PR Category
others
PR Types
others
Description
pcard-67164
pir 支持控制流op的保存和加载,打开test_save_inference_model_conditional_op.py 测试(while 支持动态shape)
打开test_save_inference_model pylayer 测试。 支持saveload 删除控制流反向相关op
打开test_pylayer.py ; test_container.py
Related links