[PIR] Migrate paddle.nn.LeakyReLU into pir #58340
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
PIR API 推全升级
将 paddle.nn.LeakyReLU 迁移升级至 pir,并更新单测 本 pr 进行补充.
paddle.nn.LeakyReLU 中包含 paddle.nn.functional.leaky_relu 调用,故一起进行适配.
单测覆盖率:8/10
TODO:
TestLeakyReluDoubleGradCheck
test/mkldnn/test_activation_bf16_mkldnn_op.py
内的TestMKLDNNLeakyReluBF16Op
未适配,因为目前 PIR 不支持算子带有 mkldnn 属性