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 Jul 9, 2024
1 parent 323c4aa commit 84d46c6
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 @@ -2679,6 +2679,26 @@
{ "type": "Tensor" }
]
},
{
"name": "aten::bitwise_or_.Scalar",
"inputs": [
{ "name": "self", "type": "Tensor" },
{ "name": "other", "type": "Scalar" }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::bitwise_or_.Tensor",
"inputs": [
{ "name": "self", "type": "Tensor" },
{ "name": "other", "type": "Tensor" }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::block_diag",
"inputs": [
Expand Down Expand Up @@ -4706,6 +4726,24 @@
{ "type": "Tensor" }
]
},
{
"name": "aten::erfc",
"inputs": [
{ "name": "self", "type": "Tensor" }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::erfc.out",
"inputs": [
{ "name": "self", "type": "Tensor" }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::exp",
"inputs": [
Expand Down

0 comments on commit 84d46c6

Please sign in to comment.