Lutz Roeder 3 лет назад
Родитель
Сommit
9e8e3fd22a
1 измененных файлов с 18 добавлено и 0 удалено
  1. 18 0
      source/pytorch-metadata.json

+ 18 - 0
source/pytorch-metadata.json

@@ -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": [