Преглед на файлове

Update pytorch-metadata.json

Lutz Roeder преди 3 години
родител
ревизия
1fc9dc297b
променени са 1 файла, в които са добавени 31 реда и са изтрити 0 реда
  1. 31 0
      source/pytorch-metadata.json

+ 31 - 0
source/pytorch-metadata.json

@@ -5550,6 +5550,37 @@
       { "name": "output", "type": "Tensor" }
     ]
   },
+  {
+    "name": "torch.linalg_solve:",
+    "attributes": [
+      { "name": "input", "type": "Tensor" },
+      { "name": "other", "type": "Tensor" }
+    ],
+    "outputs": [
+      { "name": "output", "type": "Tensor" }
+    ]
+  },
+  {
+    "name": "torch.linalg_tensorinv:",
+    "attributes": [
+      { "name": "self", "type": "Tensor" },
+      { "name": "ind", "type": "int64", "default": 2 }
+    ],
+    "outputs": [
+      { "name": "output", "type": "Tensor" }
+    ]
+  },
+  {
+    "name": "torch.linalg_tensorsolve:",
+    "attributes": [
+      { "name": "self", "type": "Tensor" },
+      { "name": "other", "type": "Tensor" },
+      { "name": "dims", "type": "int64[]", "optional": true, "default": null }
+    ],
+    "outputs": [
+      { "name": "output", "type": "Tensor" }
+    ]
+  },
   {
     "name": "torch.linspace",
     "attributes": [