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 Oct 12, 2024
1 parent 0cb3c3c commit 98570f8
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions source/pytorch-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,44 @@
{ "type": "Tensor" }
]
},
{
"name": "aten::_upsample_bilinear2d_aa",
"inputs": [
{ "name": "self", "type": "Tensor" },
{ "name": "output_size", "type": "SymInt[2]" },
{ "name": "align_corners", "type": "boolean" },
{ "name": "scales_h", "type": "float32", "optional": true, "default": null },
{ "name": "scales_w", "type": "float32", "optional": true, "default": null }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::_upsample_bilinear2d_aa.out",
"inputs": [
{ "name": "self", "type": "Tensor" },
{ "name": "output_size", "type": "SymInt[2]" },
{ "name": "align_corners", "type": "boolean" },
{ "name": "scales_h", "type": "float32", "optional": true, "default": null },
{ "name": "scales_w", "type": "float32", "optional": true, "default": null }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::_upsample_bilinear2d_aa.vec",
"inputs": [
{ "name": "input", "type": "Tensor" },
{ "name": "output_size", "type": "SymInt[]", "optional": true },
{ "name": "align_corners", "type": "boolean" },
{ "name": "scale_factors", "type": "float32[]", "optional": true }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::_weight_norm",
"inputs": [
Expand Down

0 comments on commit 98570f8

Please sign in to comment.