【PIR API adaptor No.115】 Migrate instance_norm into pir #59371
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
Others
PR changes
Others
Description
任务 issue: #58067
PIR API 推全升级
paddle.nn.functional.instance_norm
迁移升级至 pir,并更新单测,单测覆盖率(7/11)将
paddle.nn.InstanceNorm1D
迁移升级至 pir,并更新单测,单测覆盖率(0/0)将
paddle.nn.InstanceNorm2D
迁移升级至 pir,并更新单测,单测覆盖率(3/4)将
paddle.nn.InstanceNorm3D
迁移升级至 pir,并更新单测,单测覆盖率(0/0)TODO:
test/legacy_test/test_layers.py
文件的test_instance_norm
单测中的_test_errors
,此为 check type 相关的检测,在 pir 模式下报错: