We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6696ae8 commit f7d0cffCopy full SHA for f7d0cff
1 file changed
paconvert/api_mapping.json
@@ -11299,26 +11299,7 @@
11299
"Matcher": "ChangePrefixMatcher"
11300
},
11301
"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
- }
+ "Matcher": "ChangePrefixMatcher"
11322
11323
"torch.randint_like": {
11324
"Matcher": "RandintLikeMatcher",
0 commit comments