|
|
@@ -1339,6 +1339,24 @@
|
|
|
{ "name": "output", "type": "Tensor" }
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "torch.atanh",
|
|
|
+ "inputs": [
|
|
|
+ { "name": "self", "type": "Tensor" }
|
|
|
+ ],
|
|
|
+ "outputs": [
|
|
|
+ { "name": "output", "type": "Tensor" }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "torch.atanh_",
|
|
|
+ "inputs": [
|
|
|
+ { "name": "self", "type": "Tensor" }
|
|
|
+ ],
|
|
|
+ "outputs": [
|
|
|
+ { "name": "output", "type": "Tensor" }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "torch.arctan",
|
|
|
"inputs": [
|