Skip to content

Commit d73229d

Browse files
committed
[API Compatibility No.186] Align mse_loss matcher to ChangePrefixMatcher
1 parent 909c8cc commit d73229d

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

paconvert/api_mapping.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9436,16 +9436,7 @@
94369436
}
94379437
},
94389438
"torch.nn.functional.mse_loss": {
9439-
"Matcher": "SizeAverageMatcher",
9440-
"paddle_api": "paddle.nn.functional.mse_loss",
9441-
"args_list": [
9442-
"input",
9443-
"target",
9444-
"size_average",
9445-
"reduce",
9446-
"reduction"
9447-
],
9448-
"min_input_args": 2
9439+
"Matcher": "ChangePrefixMatcher"
94499440
},
94509441
"torch.nn.functional.multi_margin_loss": {
94519442
"Matcher": "SizeAverageMatcher",

0 commit comments

Comments
 (0)