diff --git a/source/pytorch-metadata.json b/source/pytorch-metadata.json index 34a3625115..2f904adab2 100755 --- a/source/pytorch-metadata.json +++ b/source/pytorch-metadata.json @@ -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": [ @@ -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": [