2
0
Эх сурвалжийг харах

Update pytorch-metadata.json

Lutz Roeder 4 жил өмнө
parent
commit
fe501ce3b5

+ 11 - 0
source/pytorch-metadata.json

@@ -2331,6 +2331,17 @@
       { "name": "output", "type": "Tensor" }
     ]
   },
+  {
+    "name": "torch.rot90",
+    "inputs": [
+      { "name": "self", "type": "Tensor" },
+      { "name": "k", "type": "int64", "default": 1 },
+      { "name": "dims", "type": "int64[]", "default": [ 0, 1 ] }
+    ],
+    "outputs": [
+      { "name": "output", "type": "Tensor" }
+    ]
+  },
   {
     "name": "torch.round",
     "inputs": [