Skip to content

Commit f7d0cff

Browse files
committed
fix
1 parent 6696ae8 commit f7d0cff

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

paconvert/api_mapping.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11299,26 +11299,7 @@
1129911299
"Matcher": "ChangePrefixMatcher"
1130011300
},
1130111301
"torch.randint": {
11302-
"Matcher": "RandintMatcher",
11303-
"paddle_api": "paddle.randint",
11304-
"min_input_args": 2,
11305-
"args_list": [
11306-
"low",
11307-
"high",
11308-
"size",
11309-
"*",
11310-
"generator",
11311-
"out",
11312-
"dtype",
11313-
"layout",
11314-
"device",
11315-
"pin_memory",
11316-
"requires_grad"
11317-
],
11318-
"kwargs_change": {
11319-
"size": "shape",
11320-
"dtype": "dtype"
11321-
}
11302+
"Matcher": "ChangePrefixMatcher"
1132211303
},
1132311304
"torch.randint_like": {
1132411305
"Matcher": "RandintLikeMatcher",

0 commit comments

Comments
 (0)