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 Mar 8, 2023
1 parent 7ef5ac9 commit b18e726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/pytorch-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@
"name": "aten::affine_grid_generator",
"inputs": [
{ "name": "theta", "type": "Tensor" },
{ "name": "size", "type": "int64[]" },
{ "name": "size", "type": "SymInt[]" },
{ "name": "align_corners", "type": "boolean" }
],
"outputs": [
Expand Down Expand Up @@ -12864,7 +12864,7 @@
"inputs": [
{ "name": "self", "type": "Tensor" },
{ "name": "dim", "type": "Dimname" },
{ "name": "sizes", "type": "int64[]" },
{ "name": "sizes", "type": "SymInt[]" },
{ "name": "names", "type": "Dimname[]", "default": null }
],
"outputs": [
Expand All @@ -12877,7 +12877,7 @@
"inputs": [
{ "name": "self", "type": "Tensor" },
{ "name": "dim", "type": "int64" },
{ "name": "sizes", "type": "int64[]" }
{ "name": "sizes", "type": "SymInt[]" }
],
"outputs": [
{ "type": "Tensor" }
Expand Down

0 comments on commit b18e726

Please sign in to comment.