Skip to content

Commit

Permalink
Update pytorch-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jun 28, 2024
1 parent a7b98f6 commit 2749f52
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/pytorch-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1904,6 +1904,18 @@
{ "type": "Tensor" }
]
},
{
"name": "aten::argsort.stable_out",
"inputs": [
{ "name": "self", "type": "Tensor" },
{ "name": "stable", "type": "boolean" },
{ "name": "dim", "type": "int64", "default": -1 },
{ "name": "descending", "type": "boolean", "default": false }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::as_strided",
"inputs": [
Expand Down

0 comments on commit 2749f52

Please sign in to comment.